Update card.php
This commit is contained in:
parent
b588aee704
commit
45e0f8a7ee
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user