Fixing style errors.
This commit is contained in:
parent
1555a6540b
commit
2d1615de27
@ -737,7 +737,7 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
|||||||
print $langs->trans("Warehouse");
|
print $langs->trans("Warehouse");
|
||||||
|
|
||||||
// Select warehouse to force it everywhere
|
// Select warehouse to force it everywhere
|
||||||
if(in_array($action, array('consumeorproduce', 'consumeandproduceall'))) {
|
if (in_array($action, array('consumeorproduce', 'consumeandproduceall'))) {
|
||||||
$listwarehouses = $tmpwarehouse->list_array(1);
|
$listwarehouses = $tmpwarehouse->list_array(1);
|
||||||
if (count($listwarehouses) > 1) {
|
if (count($listwarehouses) > 1) {
|
||||||
print '<br><span class="opacitymedium">' . $langs->trans("ForceTo") . '</span> ' . $form->selectarray('fk_default_warehouse', $listwarehouses, $fk_default_warehouse, 1, 0, 0, '', 0, 0, 0, '', 'minwidth100 maxwidth300', 1);
|
print '<br><span class="opacitymedium">' . $langs->trans("ForceTo") . '</span> ' . $form->selectarray('fk_default_warehouse', $listwarehouses, $fk_default_warehouse, 1, 0, 0, '', 0, 0, 0, '', 'minwidth100 maxwidth300', 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user