From eac0a917f0597f6cf746d3ead06c747652d0d600 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:17:34 +0530 Subject: [PATCH] fix: make module to export required. (#18204) (#18218) (cherry picked from commit 5330814d7ad5982fdd0c45237044a5a73c0d4ab7) Co-authored-by: Devin Slauenwhite --- frappe/custom/doctype/customize_form/customize_form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index a35db2ca18..8d8249b532 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -178,6 +178,7 @@ frappe.ui.form.on("Customize Form", { fieldname: "module", options: "Module Def", label: __("Module to Export"), + reqd: 1, }, { fieldtype: "Check",