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:
Colin Kuskie 2009-11-05 09:02:41 -08:00
parent c871c0372d
commit 3568aab01a
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- fixed #10985: Survey: can't add multiple choice answer
- fixed #11197: Survey Edit Console is not i18n'ed
- 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
- Rewrote Spectre's workflow queues to prevent it from "forgetting" about some workflows.

View file

@ -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"),