ticket display sort order, #13199
[freeside.git] / httemplate / view / cust_main / misc.html
index ed9b91a..5987459 100644 (file)
 
 % }
 
+% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) {
+
+  <TR>
+    <TD ALIGN="right"><% mt('Edit ticket subjects') %></TD>
+    <TD BGCOLOR="#ffffff"><% $cust_main->edit_subject ? 'yes' : 'no' %></TD>
+  </TR>
+
+% }
+
 </TABLE></TD></TR></TABLE>
 <%init>