2
0
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:
Laurent Destailleur
2023-11-24 10:10:24 +01:00
parent 6c0c1a9881
commit e6eb34a8db
33 changed files with 206 additions and 223 deletions

View File

@@ -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 -->';