[freeside-commits] freeside/FS/FS cust_main.pm,1.402,1.403

Ivan,,, ivan at wavetail.420.am
Tue Jan 20 12:11:10 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22492

Modified Files:
	cust_main.pm 
Log Message:
whew, hopefully that will actually fix agent-specific invoices migrated from 1.7->1.9, RT#4645

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -d -r1.402 -r1.403
--- cust_main.pm	20 Jan 2009 20:08:37 -0000	1.402
+++ cust_main.pm	20 Jan 2009 20:11:05 -0000	1.403
@@ -7075,7 +7075,7 @@
         " AND peo_agentnum.optionname = 'agentnum' ".
         " AND ( agentnum IS NULL OR agentnum = $agentnum ) ".
         " ORDER BY
-           CASE WHEN peo_cust_bill_age.optionname != 'cust_bill_age'
+           CASE WHEN part_event_condition_option.optionname IS NULL
            THEN -1
 	   ELSE ". FS::part_event::Condition->age2seconds_sql('part_event_condition_option.optionvalue').
         " END



More information about the freeside-commits mailing list