[freeside-commits] freeside/httemplate/elements select-cust_pkg-balances.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Wed Jul 29 23:48:10 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv31198
Modified Files:
select-cust_pkg-balances.html
Log Message:
fix for stickiness on errors
Index: select-cust_pkg-balances.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-cust_pkg-balances.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- select-cust_pkg-balances.html 30 Jul 2009 06:42:32 -0000 1.1
+++ select-cust_pkg-balances.html 30 Jul 2009 06:48:07 -0000 1.2
@@ -9,6 +9,8 @@
my %opt = @_;
+my $cgi = $opt{'cgi'};
+
my @cust_pkg;
if ( $opt{'cust_pkg'} ) {
More information about the freeside-commits
mailing list