summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-11 15:25:02 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-11 15:25:02 -0700
commit6b5c82ad7691e1fa9902b629ffd3ee5aff202554 (patch)
treeee9a780fcbe15ce9b4f0b5253f9b555c4ea5c67b
parentf89471ac01284a6d73ebffd6eaebdde79d5f25dc (diff)
show name of service definition with services on cust_main-custom_content page, RT#17579
-rw-r--r--httemplate/view/cust_main/custom_content/svc_Common.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/custom_content/svc_Common.html b/httemplate/view/cust_main/custom_content/svc_Common.html
index 1c7ae4e48..bddb8bf16 100644
--- a/httemplate/view/cust_main/custom_content/svc_Common.html
+++ b/httemplate/view/cust_main/custom_content/svc_Common.html
@@ -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>