[freeside-commits] freeside/FS/FS cust_main.pm,1.538,1.539
Ivan,,,
ivan at wavetail.420.am
Thu Aug 19 03:15:23 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv32173
Modified Files:
cust_main.pm
Log Message:
fix fixed-amount discounts against packages with pkg add-ons, RT#9669
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -w -d -r1.538 -r1.539
--- cust_main.pm 18 Aug 2010 18:59:30 -0000 1.538
+++ cust_main.pm 19 Aug 2010 10:15:20 -0000 1.539
@@ -3473,6 +3473,7 @@
my %param = ( 'precommit_hooks' => $precommit_hooks,
'increment_next_bill' => $increment_next_bill,
'discounts' => \@discounts,
+ 'real_pkgpart' => $real_pkgpart,
);
my $method = $options{cancel} ? 'calc_cancel' : 'calc_recur';
More information about the freeside-commits
mailing list