Update bom_card.php

$title = $langs->trans('BOM');
This commit is contained in:
UT from dolibit 2021-04-12 18:51:44 +02:00 committed by GitHub
parent 3d681d96c4
commit 3d18b0fbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,10 @@ if (empty($reshook)) {
$form = new Form($db);
$formfile = new FormFile($db);
llxHeader('', $langs->trans("BOM"), '');
$title = $langs->trans('BOM');
llxHeader('', $title, '');
// Example : Adding jquery code
print '<script type="text/javascript" language="javascript">