FIX Can make a movement on "out of sell" products
This commit is contained in:
parent
c37c3d1939
commit
441a8c4a74
@ -61,7 +61,7 @@ $langs->load("productbatch");
|
|||||||
{
|
{
|
||||||
print '<td width="20%" class="fieldrequired" colspan="2">'.$langs->trans("Product").'</td>';
|
print '<td width="20%" class="fieldrequired" colspan="2">'.$langs->trans("Product").'</td>';
|
||||||
print '<td width="20%">';
|
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>';
|
||||||
}
|
}
|
||||||
print '<td width="20%">';
|
print '<td width="20%">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user