mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
fix adjustment amount field name
This commit is contained in:
@@ -46,7 +46,8 @@ class LoanBalanceAdjustment(AccountsController):
|
|||||||
"Loan",
|
"Loan",
|
||||||
fields=[
|
fields=[
|
||||||
"loan_amount",
|
"loan_amount",
|
||||||
"adjustment_amount",
|
"credit_adjustment_amount",
|
||||||
|
"debit_adjustment_amount",
|
||||||
"total_payment",
|
"total_payment",
|
||||||
"total_principal_paid",
|
"total_principal_paid",
|
||||||
"total_interest_payable",
|
"total_interest_payable",
|
||||||
|
|||||||
Reference in New Issue
Block a user