mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-18 00:48:42 +00:00
* fix: task validation error when adding tasks to projects When adding a task to a project, if the project didn't have an Expected End Date the validation would fail. This is because passing a None value to getdate() returns today's date, rather than being optional as expected. * update task.py