[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1295a884b51fda6c56ff6b3c4c05c89d93075eee

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  1295a884b51fda6c56ff6b3c4c05c89d93075eee (commit)
      from  a60a4b806ce280ed589199fcfe0cc20824b43fa5 (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 1295a884b51fda6c56ff6b3c4c05c89d93075eee
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Nov 10 21:43:55 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