Merge pull request #30815 from deepeshgarg007/uae_setup_cleaup

fix: Ignore custom field validation while setup
This commit is contained in:
Deepesh Garg 2022-04-30 22:03:21 +05:30 committed by GitHub
commit 54d16de849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ def make_custom_fields():
"Supplier Quotation Item": invoice_item_fields,
}
create_custom_fields(custom_fields)
create_custom_fields(custom_fields, ignore_validate=True)
def add_print_formats():