FIX Can make a stock transfert on product not on sale/purchase.
This commit is contained in:
parent
edb79de54e
commit
380b61a0e9
@ -372,7 +372,7 @@ else
|
|||||||
{
|
{
|
||||||
$limit = $conf->global->PRODUIT_LIMIT_SIZE;
|
$limit = $conf->global->PRODUIT_LIMIT_SIZE;
|
||||||
}
|
}
|
||||||
print $form->select_produits($id_product,'productid',$filtertype,$limit);
|
print $form->select_produits($id_product,'productid',$filtertype,$limit,0,-1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
// Batch number
|
// Batch number
|
||||||
if ($conf->productbatch->enabled)
|
if ($conf->productbatch->enabled)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user