Browse Source

Fix Title customer order contact card

Alexandre SPANGARO 4 years ago
parent
commit
222c1d9b89
1 changed files with 3 additions and 2 deletions
  1. 3 2
      htdocs/commande/contact.php

+ 3 - 2
htdocs/commande/contact.php

@@ -103,8 +103,9 @@ elseif ($action == 'setaddress' && $user->rights->commande->creer)
 /*
  * View
  */
-
-llxHeader('', $langs->trans('Order'), 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes');
+$title = $langs->trans('Order')." - ".$langs->trans('ContactsAddresses');
+$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
+llxHeader('', $title, $help_url);
 
 $form = new Form($db);
 $formcompany = new FormCompany($db);