mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix missing one param
This commit is contained in:
parent
8a00109baf
commit
8a67a3af10
|
|
@ -228,7 +228,7 @@ if ( $resql )
|
|||
{
|
||||
$tasktmp->id = $obj->taskid;
|
||||
$tasktmp->ref = $obj->label;
|
||||
print $tasktmp->getNomUrl(1);
|
||||
print $tasktmp->getNomUrl(1, 'withproject');
|
||||
}
|
||||
else print $langs->trans("NoTasks");
|
||||
print '</td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user