From e9006582fb748edaefb221a1492b3c2b4074104f Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sun, 30 Oct 2022 10:48:37 +0530 Subject: [PATCH] chore: Add removed field --- erpnext/loan_management/doctype/loan/loan.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/erpnext/loan_management/doctype/loan/loan.json b/erpnext/loan_management/doctype/loan/loan.json index 9868b6c25f4..e40976700c9 100644 --- a/erpnext/loan_management/doctype/loan/loan.json +++ b/erpnext/loan_management/doctype/loan/loan.json @@ -414,6 +414,14 @@ "fieldtype": "Check", "label": "Is NPA" }, + { + "allow_on_submit": 1, + "default": "0", + "depends_on": "repay_from_salary", + "fieldname": "manually_update_paid_amount_in_salary_slip", + "fieldtype": "Check", + "label": "Manually Update Paid Amount in Salary Slip" + }, { "depends_on": "is_term_loan", "fetch_from": "loan_type.repayment_schedule_type", @@ -426,7 +434,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2022-09-31 10:36:47.902903", + "modified": "2022-09-32 10:36:47.902903", "modified_by": "Administrator", "module": "Loan Management", "name": "Loan",