Update card.php

This commit is contained in:
UT from dolibit 2021-06-14 14:11:21 +02:00 committed by GitHub
parent b588aee704
commit 45e0f8a7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,9 @@ include DOL_DOCUMENT_ROOT.'/core/actions_printing.inc.php';
* View
*/
llxHeader('', $langs->trans('Delivery'), 'Livraison');
$title = $langs->trans('Delivery');
llxHeader('', $title, 'Livraison');
$form = new Form($db);
$formfile = new FormFile($db);