diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-01-15 16:14:10 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-01-15 16:14:10 -0500 |
commit | 14e0c529bcfbe96964cb659018c3c91e5ce9a483 (patch) | |
tree | 04faf46c17f0ddd8c1cf7104f4eac53e92b2bc93 | |
parent | 287cf8c4a261571a77b5db14d9796c7505419f9f (diff) |
Ticket #33046 A2billing changes
-rw-r--r-- | FS/FS/part_export/a2billing.pm | 2 |
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, |