From 2167ca890dab7d87e7c253834cb734ffb9d90823 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 24 Nov 2014 13:25:58 -0500 Subject: [PATCH] Ticket #32230 Message templates not displaying in send email export --- FS/FS/part_export/send_email.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm index 41f04093e..f1c376fcb 100644 --- a/FS/FS/part_export/send_email.pm +++ b/FS/FS/part_export/send_email.pm @@ -20,7 +20,8 @@ my %template_select = ( %templates = (0 => '', map { $_->msgnum, $_->msgname } qsearch({ table => 'msg_template', - hashref => { disabled => 1 }, + hashref => { disabled => { 'op' => '!=', + 'value' => 1 }, order_by => 'ORDER BY msgnum ASC' }) ); -- 2.11.0