freeside/FS/FS cust_bill.pm,1.125,1.126
Ivan Kohler
ivan at pouncequick.420.am
Wed Jun 8 23:16:02 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv29135
Modified Files:
cust_bill.pm
Log Message:
ugh, hopefully fixup agent_plandata regex for multiple agents
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- cust_bill.pm 9 Jun 2005 06:14:43 -0000 1.125
+++ cust_bill.pm 9 Jun 2005 06:16:00 -0000 1.126
@@ -1018,7 +1018,7 @@
'plandata' => { 'op' => '~',
'value' => "(^|\n)agentnum ".
'\[?[0-9 ,]*'.
- '[ ,]'. $self->cust_main->agentnum. '[ ,]'
+ '[ ,]'. $self->cust_main->agentnum. '[ ,]'.
'[0-9 ,]*\]?'.
"(\n|\$)",
},
More information about the freeside-commits
mailing list