[v7] Error in starting Production Order

Hi,

We have submitted a Production Order and we see the ‘Start’ button. But when ‘Start’ button is pressed and after we enter the quantity, we get the following error :

Error Report

Traceback (most recent call last):
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/app.py", line 55, in application
    response = frappe.handler.handle()
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/handler.py", line 30, in execute_cmd
    method = get_attr(cmd)
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/handler.py", line 114, in get_attr
    method = frappe.get_attr(cmd)
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/__init__.py", line 856, in get_attr
    return getattr(get_module(modulename), methodname)
  File "/home/frappe/benches/sunseap-dev/apps/frappe/frappe/__init__.py", line 643, in get_module
    return importlib.import_module(modulename)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/frappe/benches/sunseap-dev/apps/projects_custom/projects_custom/projects_custom/doctype/production_order/production_order.py", line 14, in 
    from erpnext.projects.doctype.time_sheet.time_sheet import OverlapError
ImportError: No module named time_sheet.time_sheet

Thank you.

@asneha1 Thanks for reporting the issue. We have fixed above issue, please pull the latest code. Sorry for the inconvenience.

@asneha1 please report bugs on Issues · frappe/erpnext · GitHub

@saurabh6790, thank you. Will do.

@rmehta, sure, will do as well!

Thank you, both!