mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 05:45:19 +00:00
fix: test cases
This commit is contained in:
@@ -227,7 +227,6 @@ def validate_tax_declaration(declarations):
|
||||
subcategories.append(d.exemption_sub_category)
|
||||
|
||||
def get_total_exemption_amount(declarations):
|
||||
exemption_category = list(set([d.exemption_category for d in declarations]))
|
||||
exemptions = frappe._dict()
|
||||
for d in declarations:
|
||||
exemptions.setdefault(d.exemption_category, frappe._dict())
|
||||
|
||||
Reference in New Issue
Block a user