mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
chore(UAE VAT 201): add puctuation
This commit is contained in:
@@ -89,7 +89,7 @@ def make_custom_fields():
|
||||
dict(fieldname='is_zero_rated', label='Is Zero Rated',
|
||||
fieldtype='Check', insert_after='tax_code',
|
||||
print_hide=1),
|
||||
dict(fieldname='is_exempt', label='Is Exempt ',
|
||||
dict(fieldname='is_exempt', label='Is Exempt',
|
||||
fieldtype='Check', insert_after='is_zero_rated',
|
||||
print_hide=1)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user