add new package definitions to all agent types by default
[freeside.git] / FS / FS / part_bill_event.pm
index 4a23315..fb1daa2 100644 (file)
@@ -121,7 +121,7 @@ sub check {
     || $self->ut_number('seconds')
     || $self->ut_enum('disabled', [ '', 'Y' ] )
     || $self->ut_number('weight')
-    || $self->ut_alphan('plan')
+    || $self->ut_textn('plan')
     || $self->ut_anything('plandata')
   ;
 }