Skip to content

Commit

Permalink
Merge pull request #181 from franzholz/develop
Browse files Browse the repository at this point in the history
no telephone number should be required
  • Loading branch information
franzholz authored Apr 14, 2023
2 parents 2410415 + 98b8110 commit 77ddde1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/PluginSetup/Main/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ plugin.tt_products {
loginUserInfoAddress = {$plugin.tt_products.loginUserInfoAddress}
orderByItemNumberSg = {$plugin.tt_products.orderByItemNumberSg}
orderNumberPrefix = {$plugin.tt_products.orderNumberPrefix}
requiredInfoFields = name, address, telephone, email
requiredInfoFields = name, address, email
orderEmail_from = {$plugin.tt_products.orderEmail_from}
orderEmail_fromName = {$plugin.tt_products.orderEmail_fromName}
orderEmail_to = {$plugin.tt_products.orderEmail_to}
Expand Down
1 change: 0 additions & 1 deletion view/field/class.tx_ttproducts_field_media_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ public function getCodeMarkerArray (
$imageConf['file'] = 'GIFBUILDER';
}

$imageCode = '';
$imageCode = $cObj->getContentObject($contentObject)->render($imageConf);

if (
Expand Down

0 comments on commit 77ddde1

Please sign in to comment.