[freeside-commits] branch master updated. 936eb26609572b66e8dd0b5b9ef4201bacf1d416
Jeremy Davis
jeremyd at 420.am
Mon Nov 24 10:34:23 PST 2014
The branch, master has been updated
via 936eb26609572b66e8dd0b5b9ef4201bacf1d416 (commit)
from 2167ca890dab7d87e7c253834cb734ffb9d90823 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 936eb26609572b66e8dd0b5b9ef4201bacf1d416
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Nov 24 13:34:17 2014 -0500
Ticket #32230 Message templates not displaying in send email export
diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm
index f1c376f..3e51422 100644
--- a/FS/FS/part_export/send_email.pm
+++ b/FS/FS/part_export/send_email.pm
@@ -21,7 +21,7 @@ my %template_select = (
map { $_->msgnum, $_->msgname }
qsearch({ table => 'msg_template',
hashref => { disabled => { 'op' => '!=',
- 'value' => 1 },
+ 'value' => 1 }},
order_by => 'ORDER BY msgnum ASC'
})
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/send_email.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list