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

This commit is contained in:
Nabin Hait
2022-11-09 17:50:36 +05:30
parent b5d64bc7c5
commit fb7ee301b5
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?",
)
],