[freeside-commits] branch FREESIDE_3_BRANCH updated. b2ada4b93cf7a87fa6869ae9d741bf522d5ed7c4

Ivan ivan at 420.am
Sun Nov 10 21:43:52 PST 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  b2ada4b93cf7a87fa6869ae9d741bf522d5ed7c4 (commit)
      from  f1731704579a2de6a1723b98af92be654eb23095 (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 b2ada4b93cf7a87fa6869ae9d741bf522d5ed7c4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 10 21:43:51 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 5011595..ede2fef 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