X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages.html;h=43ebb282b188bd831640ba5dac6b653eca2247ec;hp=33ffecca4a1a9ba1239992548dd6394501cecc3f;hb=a832fdcc15e848eb6b63998403cad11cf3d6e3c3;hpb=b91274144fa2b6be37c82f2e296d4e62cd47358e diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 33ffecca4..43ebb282b 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -139,7 +139,7 @@ if ( el ) el.scrollIntoView(true); window.location = '<% $cgi->self_url %>;locationnum=' + what.options[what.selectedIndex].value; % $cgi->param('locationnum', $locationnum); } - + % } @@ -310,6 +310,7 @@ my $num_pkgs = $cust_main->$method({ my $maxrecords = 10; my $offset = $cgi->param('offset') =~ /^(\d+)$/ ? $1 : 0; +$cgi->delete('offset'); my @packages = $cust_main->$method( { 'select' => "$cust_pkg_fields, $part_pkg_fields, $num_svcs",