mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Update setup_wizard.py
This commit is contained in:
@@ -7,7 +7,6 @@ import frappe
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
|
|
||||||
from .operations import install_fixtures as fixtures, company_setup, sample_data
|
from .operations import install_fixtures as fixtures, company_setup, sample_data
|
||||||
from erpnext.setup.setup_wizard.operations.install_fixtures import setup_global_search
|
|
||||||
|
|
||||||
def get_setup_stages(args=None):
|
def get_setup_stages(args=None):
|
||||||
if frappe.db.sql("select name from tabCompany"):
|
if frappe.db.sql("select name from tabCompany"):
|
||||||
|
|||||||
Reference in New Issue
Block a user