[freeside-commits] branch master updated. 214db255758318502e214fffa3d71d5709d559f5
Ivan
ivan at 420.am
Sun Nov 10 21:43:50 PST 2013
The branch, master has been updated
via 214db255758318502e214fffa3d71d5709d559f5 (commit)
from 7b153f2ca026421681ffd5f37c95efdff4f0a5d1 (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 214db255758318502e214fffa3d71d5709d559f5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Nov 10 21:43:49 2013 -0800
discounts with bulk packages, RT#24655
diff --git a/FS/FS/part_pkg/bulk_Common.pm b/FS/FS/part_pkg/bulk_Common.pm
index 2ee2548..4e8850e 100644
--- a/FS/FS/part_pkg/bulk_Common.pm
+++ b/FS/FS/part_pkg/bulk_Common.pm
@@ -47,7 +47,7 @@ sub price_info {
#some false laziness-ish w/agent.pm... not a lot
sub calc_recur {
- my($self, $cust_pkg, $sdate, $details ) = @_;
+ my($self, $cust_pkg, $sdate, $details, $param ) = @_;
my $conf = new FS::Conf;
my $money_char = $conf->config('money_char') || '$';
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/bulk_Common.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list