diff --git a/frontend/src/stores/meta.js b/frontend/src/stores/meta.js index c5e63d38..4bb048b6 100644 --- a/frontend/src/stores/meta.js +++ b/frontend/src/stores/meta.js @@ -91,7 +91,7 @@ export function getMeta(doctype) { } }) - if (f.options[0]?.value !== '' && f.mandatory !== 1) { + if (f.options[0]?.value !== '' && f.reqd !== 1) { f.options.unshift({ label: '', value: '',