fix: asset finance book depreciation posting date fix (#23833)

This commit is contained in:
Saqib
2020-11-05 16:37:40 +05:30
committed by GitHub
parent 5c93ca7bef
commit 19df4534f5

View File

@@ -50,13 +50,11 @@
"reqd": 1 "reqd": 1
}, },
{ {
"depends_on": "eval:parent.doctype == 'Asset'",
"fieldname": "depreciation_start_date", "fieldname": "depreciation_start_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1, "in_list_view": 1,
"label": "Depreciation Posting Date", "label": "Depreciation Posting Date",
"mandatory_depends_on": "eval:parent.doctype == 'Asset'", "mandatory_depends_on": "eval:parent.doctype == 'Asset'"
"reqd": 1
}, },
{ {
"default": "0", "default": "0",
@@ -87,7 +85,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2020-10-30 15:22:29.119868", "modified": "2020-11-05 16:30:09.213479",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Assets", "module": "Assets",
"name": "Asset Finance Book", "name": "Asset Finance Book",