Fix Title salary card
This commit is contained in:
parent
a9ddf2a5ad
commit
4236471a6f
@ -359,7 +359,9 @@ if ($action == 'confirm_clone' && $confirm == 'yes' && ($user->rights->salaries-
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
llxHeader("", $langs->trans("Salary"));
|
$title = $langs->trans('Salary')." - ".$langs->trans('Card');
|
||||||
|
$help_url = "";
|
||||||
|
llxHeader("", $title, $help_url);
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
if (!empty($conf->projet->enabled)) $formproject = new FormProjets($db);
|
if (!empty($conf->projet->enabled)) $formproject = new FormProjets($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user