don't check overlimit status in bulk service view, RT#15154
[freeside.git] / httemplate / view / cust_main / misc.html
index 8c23a3f..5987459 100644 (file)
@@ -48,7 +48,7 @@
 %  #if ( $cust_main->classnum ) {
      <TR>
        <TD ALIGN="right"><% mt('Class') |h %></TD>
-       <TD BGCOLOR="#ffffff"><% $cust_main->classname || '('.mt('none').')' %></TD>
+       <TD BGCOLOR="#ffffff"><% $cust_main->classname || '('.emt('none').')' %></TD>
      </TR>
 %  #}
 
 
 % }
 
+% 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>