[freeside-commits] branch FREESIDE_3_BRANCH updated. 26491da90aa6a1870d88be044c419be6d0b8dec0
Jeremy Davis
jeremyd at 420.am
Thu Jan 8 12:05:04 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 26491da90aa6a1870d88be044c419be6d0b8dec0 (commit)
from 041af3668f2fa697d5bad35d96dfe13423393fc6 (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 26491da90aa6a1870d88be044c419be6d0b8dec0
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jan 8 15:04:52 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