Updated repayment status #73

Closed
chinenye.n.simbrellang.com wants to merge 2 commits from update_schedule_status into master
Showing only changes of commit 4070dbadf7 - Show all commits
+1
View File
@@ -70,6 +70,7 @@ class LoanRepaymentSchedule(db.Model):
'dueDate': self.due_date.isoformat(),
'principalAmount': self.principal_amount,
'interestAmount': self.interest_amount,
'paid_status': self.paid_status,
'totalInstallment': self.total_installment,
'paid': self.paid,
'paidAt': self.paid_at.isoformat() if self.paid_at else None