fix(ux): Tab break in Customer and Supplier form

(cherry picked from commit fb7ee301b5)
This commit is contained in:
Nabin Hait
2022-11-09 17:50:36 +05:30
committed by Mergify
parent f2a1596369
commit eeaa9329f6
4 changed files with 232 additions and 148 deletions

View File

@@ -49,7 +49,7 @@ def make_custom_fields(update=True):
dict(
fieldname="exempt_from_sales_tax",
fieldtype="Check",
insert_after="represents_company",
insert_after="dn_required",
label="Is customer exempted from sales tax?",
)
],