summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-01-15 16:15:07 -0500
committerJeremy Davis <jeremyd@freeside.biz>2015-01-15 16:15:07 -0500
commit1cf55d0a0ccb48142608e67653f86e3c294e4561 (patch)
treee13b97054e73442a6f5537de0e677f9744806d7a
parentbb1f2a4458bc4466faad45998093eb3b9b44dd9c (diff)
Ticket #33046 A2billing changes
-rw-r--r--FS/FS/part_export/a2billing.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/a2billing.pm b/FS/FS/part_export/a2billing.pm
index acf0ed4c2..b080d07b9 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,