[Fix] Setup wizard UAE/KSA
This commit is contained in:
parent
adc184c872
commit
cfafb21842
@ -4,7 +4,7 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from erpnext.regional.united_arab_emirates.setup import make_custom_fields, add_print_formats
|
||||
from erpnext.setup.setup_wizard.setup_wizard import create_sales_tax
|
||||
from erpnext.setup.setup_wizard.operations.taxes_setup import create_sales_tax
|
||||
|
||||
def setup(company=None, patch=True):
|
||||
make_custom_fields()
|
||||
|
@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
||||
|
||||
import frappe, os, json
|
||||
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
|
||||
from erpnext.setup.setup_wizard.setup_wizard import create_sales_tax
|
||||
from erpnext.setup.setup_wizard.operations.taxes_setup import create_sales_tax
|
||||
|
||||
def setup(company=None, patch=True):
|
||||
make_custom_fields()
|
||||
|
Loading…
x
Reference in New Issue
Block a user