From 14f234a943f1e4b5bbc6fe90254b8f5ca677f028 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 26 Jul 2019 11:14:03 -0700 Subject: [PATCH] spacing, RT#83503 --- FS/FS/cust_main/Billing.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 5f8dd9b4c..47cbbf17e 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -1087,7 +1087,9 @@ sub _make_lines { } $lineitems++ - if $cust_pkg->waive_setup && $part_pkg->can('prorate_setup') && $part_pkg->prorate_setup($cust_pkg, $time); + if $cust_pkg->waive_setup + && $part_pkg->can('prorate_setup') + && $part_pkg->prorate_setup($cust_pkg, $time); if ( $cust_pkg->get('setup') ) { # don't change it -- 2.11.0