mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[minor] fixes for import conf
This commit is contained in:
@@ -36,11 +36,15 @@ def make(reset=False, simulate=True):
|
||||
|
||||
if reset:
|
||||
setup()
|
||||
else:
|
||||
webnotes.connect()
|
||||
|
||||
if simulate:
|
||||
_simulate()
|
||||
|
||||
|
||||
def setup():
|
||||
install()
|
||||
webnotes.connect()
|
||||
complete_setup()
|
||||
make_customers_suppliers_contacts()
|
||||
make_items()
|
||||
|
||||
Reference in New Issue
Block a user