Merge pull request #16729 from dolibit-ut/patch-92

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-16 15:13:17 +01:00 committed by GitHub
commit f33acb1a9b
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);