From: ivan Date: Thu, 30 Jul 2009 06:48:07 +0000 (+0000) Subject: fix for stickiness on errors X-Git-Tag: root_of_svc_elec_features~966 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=111fd2db1424182903285e92a957f6f036cb58ce fix for stickiness on errors --- 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'} ) {