discounts with bulk packages, RT#24655
authorIvan Kohler <ivan@freeside.biz>
Mon, 11 Nov 2013 05:43:55 +0000 (21:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 11 Nov 2013 05:43:55 +0000 (21:43 -0800)
FS/FS/part_pkg/bulk_Common.pm

index 5011595..ede2fef 100644 (file)
@@ -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') || '$';