From 111fd2db1424182903285e92a957f6f036cb58ce Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 30 Jul 2009 06:48:07 +0000 Subject: [PATCH] fix for stickiness on errors --- httemplate/elements/select-cust_pkg-balances.html | 2 ++ 1 file changed, 2 insertions(+) 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'} ) { -- 2.11.0