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

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

parent edb79de5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment