[freeside-commits] branch FREESIDE_3_BRANCH updated. 14f09ed14fe530e950150e2e353f5142c2bd5e14

Jeremy Davis jeremyd at 420.am
Mon Nov 24 10:34:46 PST 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  14f09ed14fe530e950150e2e353f5142c2bd5e14 (commit)
      from  551dddefa220742f64e4f0e423d683a63b901f72 (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 14f09ed14fe530e950150e2e353f5142c2bd5e14
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Nov 24 13:34:44 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