fix interaction of cust_pkg-group_by_location and "move services" UI, #34008
authorMark Wells <mark@freeside.biz>
Thu, 30 Apr 2015 05:53:29 +0000 (22:53 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 30 Apr 2015 05:53:29 +0000 (22:53 -0700)
httemplate/view/cust_main/locations.html

index 336c1aa..0a2e5ec 100755 (executable)
@@ -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