mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix(ux): Tab break in Customer and Supplier form
(cherry picked from commit fb7ee301b5)
This commit is contained in:
@@ -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?",
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user