fix error w/ pkg_age conditions, RT#24759 (continue sales person work: customer and...
authorIvan Kohler <ivan@freeside.biz>
Tue, 27 Aug 2013 22:13:39 +0000 (15:13 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 27 Aug 2013 22:13:39 +0000 (15:13 -0700)
FS/FS/part_event/Condition/pkg_age_Common.pm

index 726b01d..33e49b8 100644 (file)
@@ -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'} );
 }