Ticket #33046 A2billing changes
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 15 Jan 2015 21:15:07 +0000 (16:15 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 15 Jan 2015 21:15:07 +0000 (16:15 -0500)
FS/FS/part_export/a2billing.pm

index acf0ed4..b080d07 100644 (file)
@@ -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,