[freeside-commits] freeside/FS/FS cust_credit.pm,1.32,1.33
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Dec 18 17:55:41 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv31835
Modified Files:
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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cust_credit.pm 17 Dec 2007 22:59:16 -0000 1.32
+++ cust_credit.pm 19 Dec 2007 01:55:38 -0000 1.33
@@ -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