mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
chore: Add removed field
This commit is contained in:
@@ -414,6 +414,14 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Is NPA"
|
"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",
|
"depends_on": "is_term_loan",
|
||||||
"fetch_from": "loan_type.repayment_schedule_type",
|
"fetch_from": "loan_type.repayment_schedule_type",
|
||||||
@@ -426,7 +434,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-09-31 10:36:47.902903",
|
"modified": "2022-09-32 10:36:47.902903",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Loan Management",
|
"module": "Loan Management",
|
||||||
"name": "Loan",
|
"name": "Loan",
|
||||||
|
|||||||
Reference in New Issue
Block a user