[freeside-commits] freeside/FS/FS cust_pay.pm,1.50.2.1,1.50.2.2
Ivan,,,
ivan at wavetail.420.am
Thu Jun 28 18:42:22 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26644
Modified Files:
Tag: FREESIDE_1_7_BRANCH
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.50.2.1
retrieving revision 1.50.2.2
diff -u -d -r1.50.2.1 -r1.50.2.2
--- cust_pay.pm 29 Jun 2007 01:23:07 -0000 1.50.2.1
+++ cust_pay.pm 29 Jun 2007 01:42:19 -0000 1.50.2.2
@@ -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