commit
590b92c791
@ -45,6 +45,7 @@ def get_fields_layout(doctype: str, type: str):
|
||||
"options": field.options,
|
||||
"mandatory": field.reqd,
|
||||
"placeholder": field.get("placeholder"),
|
||||
"filters": field.get("link_filters")
|
||||
}
|
||||
section["fields"][section.get("fields").index(field["name"])] = field
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user