fix: field name
This commit is contained in:
parent
872f271eb1
commit
b6f8cbd5eb
@ -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({
|
f.options.unshift({
|
||||||
label: '',
|
label: '',
|
||||||
value: '',
|
value: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user