Merge pull request #16804 from dolibit-ut/patch-108

Update massstockmove.php
This commit is contained in:
Laurent Destailleur 2021-03-18 22:51:33 +01:00 committed by GitHub
commit 45618c56e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,9 +302,11 @@ $productstatic = new Product($db);
$warehousestatics = new Entrepot($db);
$warehousestatict = new Entrepot($db);
$help_url = 'EN:Module_Stocks_En|FR:Module_Stock|ES:Módulo_Stocks|DE:Modul_Bestände';
$title = $langs->trans('MassMovement');
llxHeader('', $title);
llxHeader('', $title, $help_url);
print load_fiche_titre($langs->trans("MassStockTransferShort"), '', 'stock');