[freeside-commits] branch FREESIDE_3_BRANCH updated. 3d5fc849ac72e56a4882bc16b3324d2157efc4b4
Mark Wells
mark at 420.am
Wed Apr 29 22:54:18 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 3d5fc849ac72e56a4882bc16b3324d2157efc4b4 (commit)
from f746168f9c0a003a2ccb7032c9feae37ca4e20d3 (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 3d5fc849ac72e56a4882bc16b3324d2157efc4b4
Author: Mark Wells <mark at freeside.biz>
Date: Wed Apr 29 22:52:19 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