From b06f155ceb49a57e693efa4378cb4ff1509bf3e2 Mon Sep 17 00:00:00 2001 From: Doridel Cahanap Date: Mon, 23 Oct 2017 14:05:12 +0800 Subject: [PATCH] [minor] Set Quick Entry to False in Training Event (#11279) --- erpnext/hr/doctype/training_event/training_event.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/hr/doctype/training_event/training_event.json b/erpnext/hr/doctype/training_event/training_event.json index c1e18d32c6..4b812a992e 100644 --- a/erpnext/hr/doctype/training_event/training_event.json +++ b/erpnext/hr/doctype/training_event/training_event.json @@ -809,7 +809,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2017-10-18 11:22:20.143491", + "modified": "2017-10-23 06:13:29.065781", "modified_by": "Administrator", "module": "HR", "name": "Training Event", @@ -837,7 +837,7 @@ "write": 1 } ], - "quick_entry": 1, + "quick_entry": 0, "read_only": 0, "read_only_onload": 0, "search_fields": "event_name",