[fix] small text for route

This commit is contained in:
Rushabh Mehta
2016-08-03 16:27:11 +05:30
parent ea5ad84c5e
commit 06c92a782a
2 changed files with 4 additions and 34 deletions

View File

@@ -53,7 +53,7 @@ def simulate():
if not runs_for:
runs_for = frappe.utils.date_diff(frappe.utils.nowdate(), current_date)
# runs_for = 100
fixed_asset.work()
for i in xrange(runs_for):
@@ -72,9 +72,6 @@ def simulate():
stock.work()
accounts.work()
projects.run_projects(current_date)
# run_stock()
# run_accounts()
# run_projects()
# run_messages()
current_date = frappe.utils.add_days(current_date, 1)