[Patch] Check table exist

This commit is contained in:
Rohit Waghchaure 2016-09-01 12:37:20 +05:30
parent bb2bceef62
commit 86f143863f

View File

@ -2,6 +2,7 @@ from __future__ import unicode_literals
import frappe
def execute():
if frappe.db.table_exists("Time Log"):
timesheet = frappe.db.sql("""select tl.employee as employee, ts.name as name,
tl.modified as modified, tl.modified_by as modified_by, tl.creation as creation, tl.owner as owner
from