[freeside-commits] freeside/FS/FS/Cron bill.pm,1.29.2.1,1.29.2.2
Ivan,,,
ivan at wavetail.420.am
Wed Dec 30 21:10:59 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/Cron
In directory wavetail.420.am:/tmp/cvs-serv22005/FS/Cron
Modified Files:
Tag: FREESIDE_1_9_BRANCH
bill.pm
Log Message:
specify multiple agentnums with freeside-daily
Index: bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Cron/bill.pm,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- bill.pm 16 Nov 2009 02:27:14 -0000 1.29.2.1
+++ bill.pm 31 Dec 2009 05:10:57 -0000 1.29.2.2
@@ -161,7 +161,7 @@
push @search, "cust_main.payby = '". $opt{'p'}. "'"
if $opt{'p'};
- push @search, "cust_main.agentnum = ". $opt{'a'}
+ push @search, "cust_main.agentnum IN ( ". $opt{'a'}. " ) "
if $opt{'a'};
#it would be useful if i recognized $opt{g} / $not_pkgpart...
More information about the freeside-commits
mailing list