Skip to content

Commit

Permalink
create hsn's synchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
c-p-b committed Dec 20, 2021
1 parent e9461d0 commit 767d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/regional/india/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup_company_independent_fixtures(patch=False):
make_property_setters(patch=patch)
add_permissions()
add_custom_roles_for_reports()
frappe.enqueue('erpnext.regional.india.setup.add_hsn_sac_codes', now=frappe.flags.in_test)
frappe.enqueue('erpnext.regional.india.setup.add_hsn_sac_codes', is_async = False)
create_gratuity_rule()
add_print_formats()
update_accounts_settings_for_taxes()
Expand Down

0 comments on commit 767d625

Please sign in to comment.