continue sales person work: customer and package selection, commissions, reporting...
[freeside.git] / FS / FS / part_event / Condition / pkg_age_before.pm
index c778265..89389ad 100644 (file)
@@ -10,7 +10,8 @@ sub pkg_age_operator { '>'; }
 sub pkg_age_label { 'Package date age younger than'; }
 
 sub pkg_age_compare {
-  my( $pkg_date, $age ) = @_;
+  my( $self, $pkg_date, $age ) = @_;
+
   $pkg_date > $age;
 }