[freeside-commits] branch FREESIDE_4_BRANCH updated. 2347e4dee38ca92b04042812a486694c226cece3

Ivan ivan at 420.am
Fri Mar 11 20:06:34 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  2347e4dee38ca92b04042812a486694c226cece3 (commit)
      from  3772b8dec61bb23540543552f632a6ef741d02c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2347e4dee38ca92b04042812a486694c226cece3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 11 20:06:33 2016 -0800

    customer package browse: reset page on option change, RT#39822

diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index 33ffecc..43ebb28 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);
     }
-    
+
   </SCRIPT>
 
 % }
@@ -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",

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/packages.html |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list