Update loan.py
This commit is contained in:
@@ -146,7 +146,6 @@ class Loan(db.Model):
|
|||||||
loan = cls.query.filter_by( customer_id = customer_id).first()
|
loan = cls.query.filter_by( customer_id = customer_id).first()
|
||||||
logger.info(f" Active Loan ==>>>> RESULT************************ AMEYE")
|
logger.info(f" Active Loan ==>>>> RESULT************************ AMEYE")
|
||||||
if not loan:
|
if not loan:
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
loan = {
|
loan = {
|
||||||
|
|||||||
Reference in New Issue
Block a user