Merge pull request #17927 from dolibit-ut/patch-348

Update card.php
This commit is contained in:
Laurent Destailleur 2021-06-14 15:46:49 +02:00 committed by GitHub
commit b64f54c86f
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);