[freeside-commits] branch FREESIDE_4_BRANCH updated. 9b85a0bca26e006a0728d0085beb9ee61428689a
Ivan Kohler
ivan at freeside.biz
Fri Jul 26 11:13:54 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 9b85a0bca26e006a0728d0085beb9ee61428689a (commit)
from 9c72b62d9f3685ed6e4120c2e3a628b82979cf42 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9b85a0bca26e006a0728d0085beb9ee61428689a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jul 26 11:13:51 2019 -0700
spacing, RT#83503
diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm
index aadc8e1e9..c0c15e44c 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Billing.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list