Parcourir la source

Fix : Bad page title of bind card

Alexandre SPANGARO il y a 8 ans
Parent
commit
0987f19707
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      htdocs/accountancy/customer/card.php
  2. 1 1
      htdocs/accountancy/supplier/card.php

+ 1 - 1
htdocs/accountancy/customer/card.php

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

+ 1 - 1
htdocs/accountancy/supplier/card.php

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