From a223a9cc2dca2529a77fa2a45c7c088b59a66f61 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 27 Aug 2013 15:13:39 -0700 Subject: [PATCH] fix error w/ pkg_age conditions, RT#24759 (continue sales person work: customer and package selection, commissions, reporting. RT#23402) --- FS/FS/part_event/Condition/pkg_age_Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'} ); } -- 2.20.1