mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
[Fix] Task email alert on status change not working if we change the task status from the project form
This commit is contained in:
@@ -120,7 +120,7 @@ class Project(Document):
|
||||
"modified": now()
|
||||
})
|
||||
|
||||
task.validate()
|
||||
task.run_method("validate")
|
||||
task.db_update()
|
||||
else:
|
||||
task.save(ignore_permissions = True)
|
||||
|
||||
Reference in New Issue
Block a user