fix project replace projet
This commit is contained in:
parent
c43d3dff92
commit
e7ad9f1290
@ -65,7 +65,7 @@ $includeuserlist = array();
|
|||||||
llxHeader('', $langs->trans('Projects'));
|
llxHeader('', $langs->trans('Projects'));
|
||||||
|
|
||||||
$title = $langs->trans("ProjectsStatistics");
|
$title = $langs->trans("ProjectsStatistics");
|
||||||
$dir = $conf->projet->dir_output.'/temp';
|
$dir = $conf->project->dir_output.'/temp';
|
||||||
|
|
||||||
print load_fiche_titre($title, '', 'project');
|
print load_fiche_titre($title, '', 'project');
|
||||||
|
|
||||||
@ -269,7 +269,7 @@ $head[$h][1] = $langs->trans("ByMonthYear");
|
|||||||
$head[$h][2] = 'byyear';
|
$head[$h][2] = 'byyear';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'projet_stats');
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'project_stats');
|
||||||
|
|
||||||
print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1, '');
|
print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1, '');
|
||||||
|
|
||||||
|
|||||||
@ -139,7 +139,7 @@ $head[$h][1] = $langs->trans("ByMonthYear");
|
|||||||
$head[$h][2] = 'byyear';
|
$head[$h][2] = 'byyear';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'projet_tasks_stats');
|
complete_head_from_modules($conf, $langs, null, $head, $h, 'project_tasks_stats');
|
||||||
|
|
||||||
print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1, '');
|
print dol_get_fiche_head($head, 'byyear', $langs->trans("Statistics"), -1, '');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user