From 4987c433ba77d64a0ef73c445a3d4afde9d080d3 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 21 Jul 2011 22:52:38 +0000 Subject: ticket display sort order, #13199 --- httemplate/view/cust_main/misc.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'httemplate/view/cust_main/misc.html') diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index ed9b91a61..5987459a5 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -125,6 +125,15 @@ % } +% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { + + + <% mt('Edit ticket subjects') %> + <% $cust_main->edit_subject ? 'yes' : 'no' %> + + +% } + <%init> -- cgit v1.2.1