Skip to content

Commit

Permalink
new: add warehouseId parameters inselect_produit to limit result to e…
Browse files Browse the repository at this point in the history
…xisting product in select
  • Loading branch information
FHenry committed Jul 26, 2024
1 parent 59540de commit 51df459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/stock/massstockmove.php
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
$limit = getDolGlobalString('PRODUIT_LIMIT_SIZE');
}
print img_picto($langs->trans("Product"), 'product', 'class="paddingright"');
print $form->select_produits((isset($id_product)?$id_product:0), 'productid', $filtertype, $limit, 0, -1, 2, '', 1, array(), 0, '1', 0, 'minwidth200imp maxwidth300', 1, '', null, 1, -1);
print $form->select_produits((isset($id_product)?$id_product:0), 'productid', $filtertype, $limit, 0, -1, 2, '', 1, array(), 0, '1', 0, 'minwidth200imp maxwidth300', 1, '', null, 1);
print '</td>';
// Batch number
if (isModEnabled('productbatch')) {
Expand Down

0 comments on commit 51df459

Please sign in to comment.