[Fix] Not able to save project (#14848)

This commit is contained in:
rohitwaghchaure 2018-07-09 13:57:16 +05:30 committed by Nabin Hait
parent 8179bcbabd
commit 720b06495c

View File

@ -298,7 +298,7 @@ class Project(Document):
dt_name = frappe.db.get_value('Task', {"subject": dt, "project": self.name })
task_doc.append('depends_on', {"task": dt_name})
task_doc.update_db()
task_doc.db_update()
def get_timeline_data(doctype, name):
'''Return timeline for attendance'''