UI to disable message templates, #26035
[freeside.git] / FS / FS / part_export / rt_ticket.pm
index 7ae6105..72e387c 100644 (file)
@@ -21,7 +21,7 @@ my %template_select = (
     %templates = (0 => '',
       map { $_->msgnum, $_->msgname } 
       qsearch({ table => 'msg_template',
-                hashref => {},
+                hashref => { disabled => '' },
                 order_by => 'ORDER BY msgnum ASC'
               })
     );