import NP and *LK* from shadow file as * (no password)
[freeside.git] / FS / FS / cust_credit_bill.pm
index bd76c2e..449f011 100644 (file)
@@ -150,7 +150,7 @@ sub check {
   return "Cannot apply more than remaining value of invoice"
     unless $self->amount <= $cust_bill->owed;
 
-  $self->SUPER::check;
+  ''; #no error
 }
 
 =item sub cust_credit