X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=cf31540aa9f50e10a3644c114e5750ac2e0bf470;hb=c3da5cf1caa244937d280e0f406927103beef148;hp=8c23a3f683d20e181733f285f583c378e2136206;hpb=e141dcae4712d6fc9d5207ad42f864605788309f;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 8c23a3f68..cf31540aa 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -48,7 +48,7 @@ % #if ( $cust_main->classnum ) { <% mt('Class') |h %> - <% $cust_main->classname || '('.mt('none').')' %> + <% $cust_main->classname || '('.emt('none').')' %> % #} @@ -77,7 +77,7 @@ % -<%$cust_main->referral_custnum %>: +<%$referring_cust_main->display_custnum %>: <% ( $referring_cust_main->company ? $referring_cust_main->company. ' ('. @@ -125,6 +125,15 @@ % } +% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { + + + <% mt('Edit ticket subjects') %> + <% $cust_main->edit_subject ? 'yes' : 'no' %> + + +% } + <%init>