[freeside-commits] freeside/httemplate/edit/process quick-charge.cgi, 1.8, 1.9

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Jan 15 14:15:28 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv30713

Modified Files:
	quick-charge.cgi 
Log Message:
that was DUM

Index: quick-charge.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/quick-charge.cgi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- quick-charge.cgi	12 Jan 2007 02:04:49 -0000	1.8
+++ quick-charge.cgi	15 Jan 2007 22:15:26 -0000	1.9
@@ -6,7 +6,7 @@
 %  for ( my $row = 0; exists($param->{"description$row"}); $row++ ) {
 %    push @description, $param->{"description$row"};
 %  }
-%  pop @description until ($description[$#description]);
+%  pop @description until (!@description || $description[$#description]);
 %
 %  $param->{"custnum"} =~ /^(\d+)$/
 %    or $error .= "Illegal customer number " . $param->{"custnum"} . "  ";



More information about the freeside-commits mailing list