diff options
| author | Mark Wells <mark@freeside.biz> | 2014-08-12 12:59:36 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-08-12 12:59:36 -0700 |
| commit | 898373c17b6489ab1971bccc692323aa52b8900e (patch) | |
| tree | ab5f2a00ddabc53f5ba210ad32e9aa9b1008bbd2 /httemplate | |
| parent | fc330b9dabbf5094f791c63e44a1e25aa206abb6 (diff) | |
477 tweaks, #24047
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/browse/part_pkg-fcc.html | 5 |
1 files changed, 3 insertions, 2 deletions
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!<FORM ACTION="${p}edit/process/bulk-part_pkg-fcc.html" METHOD } </SCRIPT>!; +# restore this only after creating $html_form +$cgi->param('classnum', $classnum) if length($classnum); + my $html_foot = qq! <INPUT TYPE="submit" VALUE="Save changes"> </FORM>!; |
