[freeside-commits] branch master updated. 005784113c4ddfb3924ae68408c87dc6cb171640
Jeremy Davis
jeremyd at 420.am
Thu Jan 8 12:03:52 PST 2015
The branch, master has been updated
via 005784113c4ddfb3924ae68408c87dc6cb171640 (commit)
from b876530e6f10f9a8974f619de6e6ff35e6cd104a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 005784113c4ddfb3924ae68408c87dc6cb171640
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jan 8 15:03:20 2015 -0500
Ticket A2billing credit limit fix
diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index e029716..7aab01a 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?
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/a2billing.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list