show name of service definition with services on cust_main-custom_content page, RT...
authorIvan Kohler <ivan@freeside.biz>
Mon, 11 Jun 2012 22:25:02 +0000 (15:25 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 11 Jun 2012 22:25:02 +0000 (15:25 -0700)
httemplate/view/cust_main/custom_content/svc_Common.html

index 1c7ae4e..bddb8bf 100644 (file)
@@ -1,6 +1,9 @@
 % foreach my $cust_svc (@cust_svc) {
 %   my $svc_x = $cust_svc->svc_x;
 <TABLE CLASS="fsinnerbox">
+  <TR>
+    <TH COLSPAN=2><% $cust_svc->part_svc->svc |h %></TH>
+  </TR>
 %   foreach my $field ( grep $svc_x->$_(), @{ $opt{fields} } ) {
       <& /elements/tr-td-label.html, 'label' => $labels{$field} &>
       <TD BGCOLOR="#ffffff"><% $svc_x->$field() |h %></TD>