diff --git a/COPYRIGHT b/COPYRIGHT index 4546c93a8f1..0448fb50ed2 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -21,7 +21,7 @@ FPDI_Protection 1.0.3 Apache Software License 2.0 No GPL3 only PDF encr GeoIP x.x Yes GeoIP Maxmind conversion iWebkit 5.0.4 LGPL 3.0 Yes Iphone templates framework JCrop 0.9.8 MIT Licence Yes JS library to crop images -JSGrant 1.2 BSD Licence +JSGantt 1.2 BSD Licence MagPieRss 0.72 GPL 2.0 Yes Load RSS NuSoap 0.7.3 LGPL 2.1 Yes Interfaces with third tools OdtPHP 1.0.1 GPL 2.0 Yes Mibrary to build/edit ODT files diff --git a/htdocs/projet/ganttchart.php b/htdocs/projet/ganttchart.php index 1da053952f6..1a1e2724396 100644 --- a/htdocs/projet/ganttchart.php +++ b/htdocs/projet/ganttchart.php @@ -148,7 +148,7 @@ function constructGanttLine($array_contacts,$tarr,$task,$project_dependencies,$l // Define percent $percent = $task['task_percent_complete']?$task['task_percent_complete']:0; // Link - $link=DOL_URL_ROOT.'/projet/tasks/task?id='.$task["task_id"]; + $link=DOL_URL_ROOT.'/projet/tasks/task.php?id='.$task["task_id"]; // Name $name=$task['task_name']; for($i=0; $i < $level; $i++) { $name='     '.$name; }