summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-04-29 22:53:29 -0700
committerMark Wells <mark@freeside.biz>2015-04-29 22:53:29 -0700
commit58cdf1b78c0cd419eacf7db8661564af050e0f12 (patch)
treea6b86a03cf216fc5cd312c700d2212ed0aeda8ca
parentf39624dd22a91495798f253aa5f122e05a77bc41 (diff)
fix interaction of cust_pkg-group_by_location and "move services" UI, #34008
-rwxr-xr-xhttemplate/view/cust_main/locations.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/httemplate/view/cust_main/locations.html b/httemplate/view/cust_main/locations.html
index 336c1aa98..0a2e5ec2c 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