fix adjustment amount field name

This commit is contained in:
Labeeb Mattra 2022-07-08 16:38:41 +05:30
parent 0ed6382ab6
commit 6cc09ef3a2

View File

@ -46,7 +46,8 @@ class LoanBalanceAdjustment(AccountsController):
"Loan",
fields=[
"loan_amount",
"adjustment_amount",
"credit_adjustment_amount",
"debit_adjustment_amount",
"total_payment",
"total_principal_paid",
"total_interest_payable",