fix page titles

This commit is contained in:
Christian Foellmann
2022-06-27 12:46:39 +02:00
parent 6e5cbd9f08
commit 89d1389e2d
79 changed files with 287 additions and 176 deletions

View File

@@ -96,7 +96,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
/*
* View
*/
$title = $langs->trans('Order')." - ".$langs->trans('Documents');
$title = $object->ref." - ".$langs->trans('Documents');
$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
llxHeader('', $title, $help_url);