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:
Manas Solanki
2017-06-01 18:30:35 +05:30
committed by Nabin Hait
parent fa16b849a0
commit f60bd60012
9 changed files with 172 additions and 113 deletions

View File

@@ -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()