mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #30815 from deepeshgarg007/uae_setup_cleaup
fix: Ignore custom field validation while setup
This commit is contained in:
@@ -244,7 +244,7 @@ def make_custom_fields():
|
|||||||
"Supplier Quotation Item": invoice_item_fields,
|
"Supplier Quotation Item": invoice_item_fields,
|
||||||
}
|
}
|
||||||
|
|
||||||
create_custom_fields(custom_fields)
|
create_custom_fields(custom_fields, ignore_validate=True)
|
||||||
|
|
||||||
|
|
||||||
def add_print_formats():
|
def add_print_formats():
|
||||||
|
|||||||
Reference in New Issue
Block a user