Creating Timesheet on the beta.erpnext.com

Hi all I tried to create Timesheet from Sales Invoice and received this error. Thanks for answering

Traceback (most recent call last): File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application response = frappe.handler.handle() File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle execute_cmd(cmd) File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd ret = frappe.call(method, **frappe.form_dict) File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 890, in call return fn(*args, **newargs) File "/home/frappe/frappe-bench/apps/erpnext/erpnext/projects/doctype/timesheet/timesheet.py", line 302, in get_timesheet_data 'billing_hours': data[0].billing_hours, IndexError: list index out of range

Please help me

@SwitsolAG Raise a issue on Github, will fix it.