Skip to content

Commit

Permalink
FIX Can make a movement on "out of sell" products
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 21, 2016
1 parent c37c3d1 commit 441a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/stock/tpl/stockcorrection.tpl.php
Expand Up @@ -61,7 +61,7 @@ function init_price()
{
print '<td width="20%" class="fieldrequired" colspan="2">'.$langs->trans("Product").'</td>';
print '<td width="20%">';
print $form->select_produits(GETPOST('product_id'),'product_id',(empty($conf->global->STOCK_SUPPORTS_SERVICES)?'0':''));
print $form->select_produits(GETPOST('product_id'),'product_id',(empty($conf->global->STOCK_SUPPORTS_SERVICES)?'0':''),20,0,-1);
print '</td>';
}
print '<td width="20%">';
Expand Down

0 comments on commit 441a8c4

Please sign in to comment.