Project-Pier / ProjectPier-Core

ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface.
http://www.projectpier.org
GNU Affero General Public License v3.0
37 stars 16 forks source link

error in task view #35

Closed hobigo closed 9 years ago

hobigo commented 9 years ago

In the file application/views/task/view_task.php line 43 replace $task->getDuetDate with $task->getDueDate

hobigo commented 9 years ago

I just created a pull request