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
|
|
@ -5,6 +5,7 @@
|
||||||
- fixed #10985: Survey: can't add multiple choice answer
|
- fixed #10985: Survey: can't add multiple choice answer
|
||||||
- fixed #11197: Survey Edit Console is not i18n'ed
|
- fixed #11197: Survey Edit Console is not i18n'ed
|
||||||
- fixed USPS driver only works on domestic addresses.
|
- fixed USPS driver only works on domestic addresses.
|
||||||
|
- fixed Shop is not sending notification emails to the user, or to the notification group.
|
||||||
|
|
||||||
7.8.3
|
7.8.3
|
||||||
- Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows.
|
- Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows.
|
||||||
|
|
|
||||||
|
|
@ -202,7 +202,7 @@ sub www_editSettings {
|
||||||
hoverHelp => $i18n->get("my purchases detail template help"),
|
hoverHelp => $i18n->get("my purchases detail template help"),
|
||||||
);
|
);
|
||||||
$form->template(
|
$form->template(
|
||||||
name => 'receiptEmailTemplateId',
|
name => 'shopReceiptEmailTemplateId',
|
||||||
namespace => "Shop/EmailReceipt",
|
namespace => "Shop/EmailReceipt",
|
||||||
label => $i18n->get("receipt email template"),
|
label => $i18n->get("receipt email template"),
|
||||||
hoverHelp => $i18n->get("receipt email template help"),
|
hoverHelp => $i18n->get("receipt email template help"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue