From 26491da90aa6a1870d88be044c419be6d0b8dec0 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 8 Jan 2015 15:04:52 -0500 Subject: [PATCH] Ticket A2billing credit limit fix --- FS/FS/part_export/a2billing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm index e0297161f..7aab01a26 100644 --- a/FS/FS/part_export/a2billing.pm +++ b/FS/FS/part_export/a2billing.pm @@ -131,7 +131,7 @@ sub export_insert { username => $username, useralias => $username, uipass => $svc->_password, - credit => $cust_main->credit_limit || $self->option('credit') || 0, + creditlimit => $cust_main->credit_limit || $self->option('credit') || 0, tariff => $part_pkg->option('a2billing_tariff'), status => 1, lastname => $cust_main->last, # $svc->finger? -- 2.11.0