Update mo_movements.php

This commit is contained in:
Laurent Destailleur 2021-04-19 20:20:23 +02:00 committed by GitHub
parent 38d7143392
commit 1adffc4b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ $userstatic = new User($db);
$help_url = 'EN:Module_Manufacturing_Orders|FR:Module_Ordres_de_Fabrication';
llxHeader('', $langs->trans('Mo'), '$help_url');
llxHeader('', $langs->trans('Mo'), $help_url);
// Part to show record
if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'create'))) {