mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 23:21:32 +01:00
chore(UAE VAT 201): add puctuation
This commit is contained in:
@@ -102,7 +102,7 @@ def append_vat_on_sales(data, filters):
|
||||
return emirates, amounts_by_emirate
|
||||
|
||||
def standard_rated_expenses_emiratewise(data, filters):
|
||||
"""Append emiratewise standard rated expenses and vat"""
|
||||
"""Append emiratewise standard rated expenses and vat."""
|
||||
total_emiratewise = get_total_emiratewise(filters)
|
||||
emirates = get_emirates()
|
||||
amounts_by_emirate = {}
|
||||
|
||||
@@ -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