[freeside-commits] branch FREESIDE_2_3_BRANCH updated. bb43787bdcfa81badd37c2ca5a7b556cb707e40e

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  bb43787bdcfa81badd37c2ca5a7b556cb707e40e (commit)
      from  6fb16b1c9f029ea99a9283c7c3399bccc11e04b6 (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 bb43787bdcfa81badd37c2ca5a7b556cb707e40e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 11 15:25:03 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