Merge pull request #17958 from dolibit-ut/patch-359

Update document.php
This commit is contained in:
Laurent Destailleur 2021-06-17 12:53:12 +02:00 committed by GitHub
commit 61247f561b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,9 @@ $form = new Form($db);
$listhalfday = array('morning'=>$langs->trans("Morning"), "afternoon"=>$langs->trans("Afternoon"));
llxHeader("", "", $langs->trans("InterventionCard"));
$title = $langs->trans('InterventionCard');
llxHeader('', $title);
if ($object->id) {