forked from Wavyzz/dolibarr
fix page titles
Conflicts: htdocs/compta/bank/annuel.php htdocs/contact/list.php htdocs/product/stock/movement_list.php htdocs/user/list.php
This commit is contained in:
committed by
Laurent Destailleur
parent
6365bdb35c
commit
4c5e05e411
@@ -77,7 +77,7 @@ if (empty($reshook)) {
|
||||
/*
|
||||
* View
|
||||
*/
|
||||
$title = $langs->trans('Order')." - ".$langs->trans('Notes');
|
||||
$title = $object->ref." - ".$langs->trans('Notes');
|
||||
$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user