This commit is contained in:
Laurent Destailleur 2022-01-03 19:32:21 +01:00
parent 76df76aa1b
commit 3559515399

View File

@ -107,9 +107,9 @@ if (!empty($conf->product->enabled) || !empty($conf->service->enabled)) {
echo '</span>'; echo '</span>';
} }
if (!empty($conf->global->BOM_SUB_BOM)) { if (!empty($conf->global->BOM_SUB_BOM)) {
print '<br>'.$langs->trans("or").' '.$langs->trans("BOM"); print '<br><span class="opacitymedium">'.$langs->trans("or").'</span><br>'.$langs->trans("BOM");
// TODO Add component to select a BOM // TODO Add component to select a BOM
print '<select id="bom_select" name="bom_select"><options value="-1"></options></select>'; print '<select id="bom_select" name="bom_select"><option value="-1">TODO</option></select>';
} }
print '</td>'; print '</td>';