Virtual field merge
[freeside.git] / FS / FS / prepay_credit.pm
index 7ed9b83..a9d26d1 100644 (file)
@@ -108,6 +108,7 @@ sub check {
   || $self->ut_alpha('identifier')
   || $self->ut_money('amount')
   || $self->utnumbern('seconds')
+  || $self->SUPER::check
   ;
 
 }