summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_ApplicationCommon.pm
diff options
context:
space:
mode:
authorjeff <jeff>2010-01-19 02:03:28 +0000
committerjeff <jeff>2010-01-19 02:03:28 +0000
commit26cc0f7cc437d31870a44d93e5e8005a41ef0956 (patch)
treeb4b4f3ec524a1faf5ddb17392bb691d4ca5f4b76 /FS/FS/cust_bill_ApplicationCommon.pm
parent59f7223cb3bdbc409cd40c6fd12529f9d45ade8e (diff)
debugged and tested opensrs export
Diffstat (limited to 'FS/FS/cust_bill_ApplicationCommon.pm')
-rw-r--r--FS/FS/cust_bill_ApplicationCommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm
index 6004b6c..4e221dc 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;