Fix: Restore line feed after removing it from select_product function.
This commit is contained in:
parent
e3e36dca6d
commit
3771ad2e87
@ -1280,6 +1280,7 @@ else
|
|||||||
$form->select_produits('','idprod',1,$conf->product->limit_size,$object->thirdparty->price_level);
|
$form->select_produits('','idprod',1,$conf->product->limit_size,$object->thirdparty->price_level);
|
||||||
else
|
else
|
||||||
$form->select_produits('','idprod',1,$conf->product->limit_size);
|
$form->select_produits('','idprod',1,$conf->product->limit_size);
|
||||||
|
print '<br>';
|
||||||
print '<textarea name="desc" cols="70" rows="'.ROWS_2.'"></textarea>';
|
print '<textarea name="desc" cols="70" rows="'.ROWS_2.'"></textarea>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user