smtp can have uid 0 in addition to root and toor
[freeside.git] / FS / FS / prepay_credit.pm
index a9d26d1..7ed9b83 100644 (file)
@@ -108,7 +108,6 @@ sub check {
   || $self->ut_alpha('identifier')
   || $self->ut_money('amount')
   || $self->utnumbern('seconds')
-  || $self->SUPER::check
   ;
 
 }