[freeside-commits] freeside/FS/FS cust_credit.pm, 1.24.2.6, 1.24.2.7
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Dec 18 17:55:59 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv31858
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_credit.pm
Log Message:
underscoring the important
Index: cust_credit.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_credit.pm,v
retrieving revision 1.24.2.6
retrieving revision 1.24.2.7
diff -u -d -r1.24.2.6 -r1.24.2.7
--- cust_credit.pm 17 Dec 2007 22:57:10 -0000 1.24.2.6
+++ cust_credit.pm 19 Dec 2007 01:55:57 -0000 1.24.2.7
@@ -420,9 +420,9 @@
warn "$me Checking for unmigrated reasons\n" if $DEBUG;
- my @cust_credits = qsearch({ 'table' => $class->table,
- 'hashref' => {},
- 'extrasql' => 'WHERE reason IS NOT NULL',
+ my @cust_credits = qsearch({ 'table' => $class->table,
+ 'hashref' => {},
+ 'extra_sql' => 'WHERE reason IS NOT NULL',
});
if (scalar(grep { $_->getfield('reason') =~ /\S/ } @cust_credits)) {
More information about the freeside-commits
mailing list