Update loan.py

This commit is contained in:
Vivian Dee
2025-05-10 15:32:11 +01:00
parent 4bcaa3d13d
commit feb97c3fa8
-1
View File
@@ -146,7 +146,6 @@ class Loan(db.Model):
loan = cls.query.filter_by( customer_id = customer_id).first()
logger.info(f" Active Loan ==>>>> RESULT************************ AMEYE")
if not loan:
return None
loan = {