From: Jeremy Davis Date: Thu, 15 Jan 2015 21:14:10 +0000 (-0500) Subject: Ticket #33046 A2billing changes X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=14e0c529bcfbe96964cb659018c3c91e5ce9a483 Ticket #33046 A2billing changes --- 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,