[freeside-commits] freeside/FS/FS cust_pay.pm,1.51,1.52

Ivan,,, ivan at wavetail.420.am
Thu Jun 28 18:42:13 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26625

Modified Files:
	cust_pay.pm 
Log Message:
silly missing parenthesis

Index: cust_pay.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- cust_pay.pm	29 Jun 2007 01:23:00 -0000	1.51
+++ cust_pay.pm	29 Jun 2007 01:42:11 -0000	1.52
@@ -420,7 +420,7 @@
   # UNIQUE index should catch this too, without race conditions, but this
   # should give a better error message the other 99.9% of the time...
   if ( length($self->payunique)
-       && qsearchs('cust_pay', { 'payunique' => $self->payunique } ) {
+       && qsearchs('cust_pay', { 'payunique' => $self->payunique } ) ) {
     return "duplicate transaction"; #well, it *could* be a better error message
   }
 



More information about the freeside-commits mailing list