From 35595153996f619a74f101d097acbc4f1a94724d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Jan 2022 19:32:21 +0100 Subject: [PATCH] css --- htdocs/bom/tpl/objectline_create.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/bom/tpl/objectline_create.tpl.php b/htdocs/bom/tpl/objectline_create.tpl.php index fc8c811379c..7419c4618e0 100644 --- a/htdocs/bom/tpl/objectline_create.tpl.php +++ b/htdocs/bom/tpl/objectline_create.tpl.php @@ -107,9 +107,9 @@ if (!empty($conf->product->enabled) || !empty($conf->service->enabled)) { echo ''; } if (!empty($conf->global->BOM_SUB_BOM)) { - print '
'.$langs->trans("or").' '.$langs->trans("BOM"); + print '
'.$langs->trans("or").'
'.$langs->trans("BOM"); // TODO Add component to select a BOM - print ''; + print ''; } print '';