Fix : Bad page title of bind card

This commit is contained in:
Alexandre SPANGARO 2017-03-26 06:20:55 +02:00
parent 8f915bc593
commit 0987f19707
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ if ($action == 'ventil' && $user->rights->accounting->bind->write) {
* View
*/
llxHeader("", "", "FicheVentilation");
llxHeader("", $langs->trans(FicheVentilation));
if ($cancel == $langs->trans("Cancel")) {
$action = '';

View File

@ -76,7 +76,7 @@ if ($action == 'ventil' && $user->rights->accounting->bind->write) {
/*
* View
*/
llxHeader("", "", "FicheVentilation");
llxHeader("", $langs->trans(FicheVentilation));
if ($cancel == $langs->trans("Cancel")) {
$action = '';