forked from Wavyzz/dolibarr
Fiw warnings: The private array ->status_short, ->statuts and
->status_long are now array ->labelStatusShort and ->labelStatus everywhere.
This commit is contained in:
@@ -2519,7 +2519,7 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks
|
||||
|
||||
$title = $langs->trans("Projects");
|
||||
if (strcmp($status, '') && $status >= 0) {
|
||||
$title = $langs->trans("Projects").' '.$langs->trans($projectstatic->statuts_long[$status]);
|
||||
$title = $langs->trans("Projects").' '.$langs->trans($projectstatic->labelStatus[$status]);
|
||||
}
|
||||
|
||||
print '<!-- print_projecttasks_array -->';
|
||||
|
||||
Reference in New Issue
Block a user