diff options
author | Mark Wells <mark@freeside.biz> | 2015-04-29 22:52:19 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-04-29 22:52:19 -0700 |
commit | 3d5fc849ac72e56a4882bc16b3324d2157efc4b4 (patch) | |
tree | 2b4abe2a50a401766c8bc12f0e71f31dfaaac1a6 | |
parent | f746168f9c0a003a2ccb7032c9feae37ca4e20d3 (diff) |
fix interaction of cust_pkg-group_by_location and "move services" UI, #34008
-rwxr-xr-x | httemplate/view/cust_main/locations.html | 8 |
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 |