Skip to content

Commit

Permalink
fix: Ignore custom field validation while setup
Browse files Browse the repository at this point in the history
(cherry picked from commit 67bb290)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed Apr 30, 2022
1 parent a98263c commit ee54bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/regional/united_arab_emirates/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,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():
Expand Down

0 comments on commit ee54bf7

Please sign in to comment.