fix: asset finance book posting date fix (#23779)

This commit is contained in:
Saqib
2020-10-30 15:30:27 +05:30
committed by GitHub
parent 400737d005
commit ce7d7155db

View File

@@ -55,6 +55,7 @@
"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'",
"reqd": 1 "reqd": 1
}, },
{ {
@@ -86,7 +87,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2020-09-16 12:11:30.631788", "modified": "2020-10-30 15:22:29.119868",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Assets", "module": "Assets",
"name": "Asset Finance Book", "name": "Asset Finance Book",