added extra query

This commit is contained in:
Chinenye Nmoh
2026-03-17 09:42:18 +01:00
parent 569d4c45d7
commit 93d2659462
+1
View File
@@ -327,6 +327,7 @@ class LoanRepaymentSchedule(db.Model):
schedule.updated_at = now
db.session.commit()
# Calculate penal charge
@classmethod
def calculate_penal_charge(cls, schedule):