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

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