2
0
forked from Wavyzz/dolibarr

Add llxHeader body css for command

This commit is contained in:
ATM john
2023-12-16 13:46:47 +01:00
parent 2cb4dd29f8
commit 2caf7e6c0b
7 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
*/
$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);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-order page-card_documents');
$form = new Form($db);