From: Mark Wells Date: Thu, 30 Apr 2015 05:53:29 +0000 (-0700) Subject: fix interaction of cust_pkg-group_by_location and "move services" UI, #34008 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=58cdf1b78c0cd419eacf7db8661564af050e0f12 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 336c1aa98..0a2e5ec2c 100755 --- a/httemplate/view/cust_main/locations.html +++ b/httemplate/view/cust_main/locations.html @@ -58,11 +58,9 @@ table.location { % } % 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 &> % }
% } #foreach $locationnum