Skip to content
Snippets Groups Projects
Commit 441a8c4a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Can make a movement on "out of sell" products

parent c37c3d19
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ $langs->load("productbatch");
{
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%">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment