[freeside-commits] branch master updated. 58cdf1b78c0cd419eacf7db8661564af050e0f12

Mark Wells mark at 420.am
Wed Apr 29 22:54:19 PDT 2015


The branch, master has been updated
       via  58cdf1b78c0cd419eacf7db8661564af050e0f12 (commit)
      from  f39624dd22a91495798f253aa5f122e05a77bc41 (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 58cdf1b78c0cd419eacf7db8661564af050e0f12
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Apr 29 22:53:29 2015 -0700

    fix interaction of cust_pkg-group_by_location and "move services" UI, #34008

diff --git a/httemplate/view/cust_main/locations.html b/httemplate/view/cust_main/locations.html
index 336c1aa..0a2e5ec 100755
--- a/httemplate/view/cust_main/locations.html
+++ b/httemplate/view/cust_main/locations.html
@@ -58,11 +58,9 @@ table.location {
 % }
 </DIV></TH></TR>
 %   if (@$packages) {
-      <& packages/section.html,
-           'packages'  => $packages,
-           'cust_main' => $cust_main,
-           'no_links'  => $opt{no_links}
-      &>
+%     my %sopt = %opt;
+%     $sopt{'packages'} = $packages;
+      <& packages/section.html, %sopt &>
 %   }
 </TABLE><BR>
 % } #foreach $locationnum

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

Summary of changes:
 httemplate/view/cust_main/locations.html |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list