Fix the demo for the schools (#8879)
* Fix the demo for the schools * Fix for the demo https://github.com/frappe/erpnext/issues/6347
This commit is contained in:
committed by
Nabin Hait
parent
fa16b849a0
commit
f60bd60012
@@ -35,6 +35,7 @@ def make(domain='Manufacturing'):
|
||||
frappe.destroy()
|
||||
frappe.init(site)
|
||||
frappe.connect()
|
||||
|
||||
simulate(domain)
|
||||
|
||||
def simulate(domain='Manufacturing'):
|
||||
@@ -73,7 +74,7 @@ def simulate(domain='Manufacturing'):
|
||||
stock.work()
|
||||
accounts.work()
|
||||
projects.run_projects(current_date)
|
||||
#run_messages()
|
||||
# run_messages()
|
||||
|
||||
if domain=='Manufacturing':
|
||||
sales.work()
|
||||
|
||||
Reference in New Issue
Block a user