diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-11 15:25:03 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-11 15:25:03 -0700 |
| commit | bb43787bdcfa81badd37c2ca5a7b556cb707e40e (patch) | |
| tree | 8c6907da0469f2955f5ec6bea1876a6fa42ee364 | |
| parent | 6fb16b1c9f029ea99a9283c7c3399bccc11e04b6 (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.html | 3 |
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> |
