[add]: loan charges and offers. Fix RACCheck
This commit is contained in:
@@ -42,7 +42,7 @@ class Account(db.Model):
|
||||
return False
|
||||
if account.lien_amount > 0:
|
||||
return False
|
||||
return True
|
||||
return account
|
||||
|
||||
def __repr__(self):
|
||||
return f'<Account {self.id}>'
|
||||
|
||||
Reference in New Issue
Block a user