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

@@ -83,7 +83,7 @@ if (empty($reshook)) {
*/
$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);
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'mod-order page-card_notes');
$form = new Form($db);