Update card.php

$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';

llxHeader('', $langs->trans('Shipment'), 'Expedition', $help_url);
This commit is contained in:
UT from dolibit 2021-03-16 13:38:46 +01:00 committed by GitHub
parent ceba8146c6
commit d4777e76be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -784,7 +784,9 @@ if (empty($reshook)) {
* View
*/
llxHeader('', $langs->trans('Shipment'), 'Expedition');
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';
llxHeader('', $langs->trans('Shipment'), 'Expedition', $help_url);
$form = new Form($db);
$formfile = new FormFile($db);