[freeside-commits] branch master updated. 6b5c82ad7691e1fa9902b629ffd3ee5aff202554

Ivan ivan at 420.am
Mon Jun 11 15:25:03 PDT 2012


The branch, master has been updated
       via  6b5c82ad7691e1fa9902b629ffd3ee5aff202554 (commit)
      from  f89471ac01284a6d73ebffd6eaebdde79d5f25dc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6b5c82ad7691e1fa9902b629ffd3ee5aff202554
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 11 15:25:02 2012 -0700

    show name of service definition with services on cust_main-custom_content page, RT#17579

diff --git a/httemplate/view/cust_main/custom_content/svc_Common.html b/httemplate/view/cust_main/custom_content/svc_Common.html
index 1c7ae4e..bddb8bf 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>

-----------------------------------------------------------------------

Summary of changes:
 .../view/cust_main/custom_content/svc_Common.html  |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list