X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;h=4e221dc500e0cc507f26390af0fbc2ceae09f591;hb=bef5524812ba07f939d1445a8c64b4474787e8f6;hp=6004b6cf742038dfdbfbefc660abcb6c76169509;hpb=a5cda9b76146da5c3a2c4f5c706c0b7a093a17ca;p=freeside.git diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm index 6004b6cf7..4e221dc50 100644 --- a/FS/FS/cust_bill_ApplicationCommon.pm +++ b/FS/FS/cust_bill_ApplicationCommon.pm @@ -420,7 +420,7 @@ sub apply_to_lineitems { $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;