[freeside-commits] freeside/FS/FS cust_main.pm,1.305,1.306

Ivan,,, ivan at wavetail.420.am
Wed Oct 3 20:48:04 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv17183

Modified Files:
	cust_main.pm 
Log Message:
doh!  does that really fix agent-specific agent template migration from 1.7?  sure hope so

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- cust_main.pm	4 Oct 2007 02:15:32 -0000	1.305
+++ cust_main.pm	4 Oct 2007 03:48:02 -0000	1.306
@@ -5795,7 +5795,7 @@
         LEFT JOIN part_event_option AS peo_agentnum
           ON ( part_event.eventpart = peo_agentnum.eventpart
                AND peo_agentnum.optionname = 'agentnum'
-               AND peo_agentnum.optionvalue ~ '(^|,)}. $agentnum. q{agentnum(,|$)'
+               AND peo_agentnum.optionvalue ~ '(^|,)}. $agentnum. q{(,|$)'
              )
         LEFT JOIN part_event_option AS peo_cust_bill_age
           ON ( part_event.eventpart = peo_cust_bill_age.eventpart



More information about the freeside-commits mailing list