Fix a typo in the form field for setting the shop email receipt template. This prevented receipts from going out.
This commit is contained in:
parent
c871c0372d
commit
3568aab01a
2 changed files with 2 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ sub www_editSettings {
|
|||
hoverHelp => $i18n->get("my purchases detail template help"),
|
||||
);
|
||||
$form->template(
|
||||
name => 'receiptEmailTemplateId',
|
||||
name => 'shopReceiptEmailTemplateId',
|
||||
namespace => "Shop/EmailReceipt",
|
||||
label => $i18n->get("receipt email template"),
|
||||
hoverHelp => $i18n->get("receipt email template help"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue