mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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:
parent
ceba8146c6
commit
d4777e76be
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user