From c82ae54183494e5f26c72ad2f068782fd1bb91e7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 12 Aug 2014 12:58:02 -0700 Subject: 477 tweaks, #24047 --- httemplate/browse/part_pkg-fcc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'httemplate') diff --git a/httemplate/browse/part_pkg-fcc.html b/httemplate/browse/part_pkg-fcc.html index 4c9cea195..e3fd97ccf 100755 --- a/httemplate/browse/part_pkg-fcc.html +++ b/httemplate/browse/part_pkg-fcc.html @@ -94,8 +94,6 @@ my $select = join(',', my $addl_from = FS::Report::FCC_477::join_optionnames(@optionnames); -$cgi->param('classnum', $classnum) if length($classnum); - my $link = [ $p.'edit/part_pkg.cgi?', 'pkgpart' ]; my @header = ( '#', 'Package', 'Comment' ); @@ -203,6 +201,9 @@ my $html_form = qq!
!; +# restore this only after creating $html_form +$cgi->param('classnum', $classnum) if length($classnum); + my $html_foot = qq!
!; -- cgit v1.2.1