From d315e089f398eb01f5cf4c925b8f3abac71a11ca Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 8 Jan 2016 15:26:54 +0530 Subject: [PATCH] [minor] allow Event in Customize Form --- frappe/custom/doctype/customize_form/customize_form.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index d8c08dd289..5497ee7edb 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -12,7 +12,6 @@ frappe.ui.form.on("Customize Form", { filters: [ ['DocType', 'issingle', '=', 0], ['DocType', 'custom', '=', 0], - ['DocType', 'in_create', '=', 0], ['DocType', 'name', 'not in', 'DocType, DocField, DocPerm, User, Role, UserRole, \ Page, Page Role, Module Def, Print Format, Report, Customize Form, \ Customize Form Field']