Update movement_list.php

This commit is contained in:
Laurent Destailleur 2021-09-10 13:35:47 +02:00 committed by GitHub
parent b98f239739
commit 51d23250de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -548,7 +548,7 @@ if (!empty($search_user)) {
if (!empty($search_batch)) {
$sql .= natural_search('m.batch', $search_batch);
}
if (!empty($product_id)&& $product_id != '-1') {
if (!empty($product_id) && $product_id != '-1') {
$sql .= natural_search('p.rowid', $product_id);
}
if (!empty($search_fk_projet) && $search_fk_projet != '-1') {