From: Ivan Kohler Date: Tue, 27 Aug 2013 22:13:39 +0000 (-0700) Subject: fix error w/ pkg_age conditions, RT#24759 (continue sales person work: customer and... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a223a9cc2dca2529a77fa2a45c7c088b59a66f61;p=freeside.git fix error w/ pkg_age conditions, RT#24759 (continue sales person work: customer and package selection, commissions, reporting. RT#23402) --- diff --git a/FS/FS/part_event/Condition/pkg_age_Common.pm b/FS/FS/part_event/Condition/pkg_age_Common.pm index 726b01d70..33e49b8a6 100644 --- a/FS/FS/part_event/Condition/pkg_age_Common.pm +++ b/FS/FS/part_event/Condition/pkg_age_Common.pm @@ -49,7 +49,7 @@ sub condition { } sub pkg_age_age { - my( $self, $cust_pkg, %opt ); + my( $self, $cust_pkg, %opt ) = @_; $self->option_age_from('age', $opt{'time'} ); }