mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
[fix] [typo] fixes #3193
This commit is contained in:
@@ -21,7 +21,7 @@ class Project(Document):
|
||||
"status": task.status,
|
||||
"start_date": task.exp_start_date,
|
||||
"end_date": task.exp_end_date,
|
||||
"desciption": task.description,
|
||||
"description": task.description,
|
||||
"task_id": task.name
|
||||
})
|
||||
|
||||
@@ -51,7 +51,7 @@ class Project(Document):
|
||||
"status": t.status,
|
||||
"exp_start_date": t.start_date,
|
||||
"exp_end_date": t.end_date,
|
||||
"desciption": t.description,
|
||||
"description": t.description,
|
||||
})
|
||||
|
||||
task.flags.ignore_links = True
|
||||
|
||||
Reference in New Issue
Block a user