[freeside-commits] freeside/FS/FS cust_bill_ApplicationCommon.pm, 1.18, 1.19

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Jan 18 18:03:30 PST 2010


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

Modified Files:
	cust_bill_ApplicationCommon.pm 
Log Message:
debugged and tested opensrs export

Index: cust_bill_ApplicationCommon.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_ApplicationCommon.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cust_bill_ApplicationCommon.pm	4 Jan 2010 04:13:11 -0000	1.18
+++ cust_bill_ApplicationCommon.pm	19 Jan 2010 02:03:28 -0000	1.19
@@ -420,7 +420,7 @@
                                  $cust_svc->part_svc->part_export;
       
           foreach my $part_export ( $cust_svc->part_svc->part_export ) {
-            $error = $part_export->export_insert_on_payment($svc_x);
+            $error = $part_export->_export_insert_on_payment($svc_x);
             if ( $error ) {
               $dbh->rollback if $oldAutoCommit;
               return $error;



More information about the freeside-commits mailing list