[freeside-commits] freeside/FS/FS cust_main.pm,1.381,1.382
Ivan,,,
ivan at wavetail.420.am
Wed Oct 29 15:24:18 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30801
Modified Files:
cust_main.pm
Log Message:
eek, fix agent_plandata from comping up with spurious hits
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.381
retrieving revision 1.382
diff -u -d -r1.381 -r1.382
--- cust_main.pm 29 Oct 2008 08:03:07 -0000 1.381
+++ cust_main.pm 29 Oct 2008 22:24:15 -0000 1.382
@@ -7055,7 +7055,7 @@
" AND action = 'cust_bill_send_agent' ".
" AND ( disabled IS NULL OR disabled != 'Y' ) ".
" AND peo_agentnum.optionname = 'agentnum' ".
- " AND agentnum IS NULL OR agentnum = $agentnum ".
+ " AND ( agentnum IS NULL OR agentnum = $agentnum ) ".
" ORDER BY
CASE WHEN peo_cust_bill_age.optionname != 'cust_bill_age'
THEN -1
More information about the freeside-commits
mailing list