mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
Reloaded account doctype in UAE Vat patch
This commit is contained in:
@@ -6,6 +6,7 @@ import frappe
|
|||||||
from erpnext.setup.doctype.company.company import install_country_fixtures
|
from erpnext.setup.doctype.company.company import install_country_fixtures
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc("accounts", "doctype", "account")
|
||||||
for d in frappe.get_all('Company',
|
for d in frappe.get_all('Company',
|
||||||
filters={'country': ('in', ['Saudi Arabia', 'United Arab Emirates'])}):
|
filters={'country': ('in', ['Saudi Arabia', 'United Arab Emirates'])}):
|
||||||
install_country_fixtures(d.name)
|
install_country_fixtures(d.name)
|
||||||
Reference in New Issue
Block a user