diff options
author | ivan <ivan> | 2009-07-30 06:48:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-30 06:48:07 +0000 |
commit | 111fd2db1424182903285e92a957f6f036cb58ce (patch) | |
tree | 3ac7d493cf085efee61a65bb8b02222caa2db832 /httemplate | |
parent | 4396080ed2829ae0595f1fd777f39d090c9bcd7c (diff) |
fix for stickiness on errors
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/select-cust_pkg-balances.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select-cust_pkg-balances.html b/httemplate/elements/select-cust_pkg-balances.html index d41bd033e..cd2e1a850 100644 --- a/httemplate/elements/select-cust_pkg-balances.html +++ b/httemplate/elements/select-cust_pkg-balances.html @@ -9,6 +9,8 @@ my %opt = @_; +my $cgi = $opt{'cgi'}; + my @cust_pkg; if ( $opt{'cust_pkg'} ) { |