FIX Can make a stock transfert on product not on sale/purchase.

This commit is contained in:
Laurent Destailleur 2017-01-12 21:56:50 +01:00
parent edb79de54e
commit 380b61a0e9

View File

@ -372,7 +372,7 @@ else
{
$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>';
// Batch number
if ($conf->productbatch->enabled)