[freeside-commits] branch master updated. 8a1328258947f64e49b48a2fadd34366dacc4800

Jeremy Davis jeremyd at 420.am
Wed Jan 7 11:23:06 PST 2015


The branch, master has been updated
       via  8a1328258947f64e49b48a2fadd34366dacc4800 (commit)
      from  2107b17616dd0bada097eebcdb8cea716edc55ba (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 8a1328258947f64e49b48a2fadd34366dacc4800
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Wed Jan 7 14:22:19 2015 -0500

    Ticket #32906 A2billing credit limit

diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index 6b3c315..f0e979f 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    => $self->option('credit') || 0,
+      credit    => $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