[freeside-commits] branch FREESIDE_3_BRANCH updated. 1cf55d0a0ccb48142608e67653f86e3c294e4561
Jeremy Davis
jeremyd at 420.am
Thu Jan 15 13:41:49 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 1cf55d0a0ccb48142608e67653f86e3c294e4561 (commit)
from bb1f2a4458bc4466faad45998093eb3b9b44dd9c (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 1cf55d0a0ccb48142608e67653f86e3c294e4561
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Jan 15 16:15:07 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