From ff05ee50e0e9f5e94174e1282bb2ca30ac4e78ac Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 4 Feb 2019 14:42:48 +0530 Subject: [PATCH] fix: Allow-on-submit enabled for formula and condition in salary structure --- erpnext/hr/doctype/salary_detail/salary_detail.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/hr/doctype/salary_detail/salary_detail.json b/erpnext/hr/doctype/salary_detail/salary_detail.json index bc9812c34f..0ec3cd6413 100644 --- a/erpnext/hr/doctype/salary_detail/salary_detail.json +++ b/erpnext/hr/doctype/salary_detail/salary_detail.json @@ -1,5 +1,6 @@ { "allow_copy": 0, + "allow_events_in_timeline": 0, "allow_guest_to_view": 0, "allow_import": 0, "allow_rename": 0, @@ -348,7 +349,7 @@ { "allow_bulk_edit": 0, "allow_in_quick_entry": 0, - "allow_on_submit": 0, + "allow_on_submit": 1, "bold": 0, "collapsible": 0, "columns": 0, @@ -417,7 +418,7 @@ { "allow_bulk_edit": 0, "allow_in_quick_entry": 0, - "allow_on_submit": 0, + "allow_on_submit": 1, "bold": 0, "collapsible": 0, "columns": 0, @@ -692,7 +693,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2018-09-20 16:59:33.622652", + "modified": "2019-02-04 14:41:56.030991", "modified_by": "Administrator", "module": "HR", "name": "Salary Detail",