Browse Source
fix: make module to export required. (#18204) (#18218)
(cherry picked from commit 5330814d7a
)
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com>
version-14
mergify[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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", |
|
|
|