Fix: bad link
This commit is contained in:
parent
8bdbf014e4
commit
277c273767
@ -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
|
||||
|
||||
@ -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; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user