[freeside-commits] branch master updated. 14e0c529bcfbe96964cb659018c3c91e5ce9a483

Jeremy Davis jeremyd at 420.am
Thu Jan 15 13:40:57 PST 2015


The branch, master has been updated
       via  14e0c529bcfbe96964cb659018c3c91e5ce9a483 (commit)
      from  287cf8c4a261571a77b5db14d9796c7505419f9f (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 14e0c529bcfbe96964cb659018c3c91e5ce9a483
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Jan 15 16:14:10 2015 -0500

    Ticket #33046 A2billing changes

diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index acf0ed4..b080d07 100644
--- a/FS/FS/part_export/a2billing.pm
+++ b/FS/FS/part_export/a2billing.pm
@@ -145,7 +145,7 @@ sub export_insert {
       simultaccess  => $part_pkg->option('a2billing_simultaccess'),
       typepaid  => $part_pkg->option('a2billing_type'),
       email_notification => $cust_main->invoicing_list_emailonly_scalar,
-      notify_email => (if $cust_main->invoicing_list_emailonly_scalar ? 1 : 0),
+      notify_email => ($cust_main->invoicing_list_emailonly_scalar ? 1 : 0),
       credit_notification => $cust_main->credit_limit || $self->option('credit') || 0,
       sip_buddy => 1,
       company_name => $cust_main->company,

-----------------------------------------------------------------------

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