Merge pull request #12156 from rohitwaghchaure/company_setup_issue
[Fix] Setup wizard UAE/KSA
This commit is contained in:
commit
79f8784772
@ -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…
Reference in New Issue
Block a user