Fixing style errors.
This commit is contained in:
parent
1a54611290
commit
f21f15fa14
@ -134,7 +134,6 @@ if ($action == 'getProducts') {
|
||||
if ($conf->global->TAKEPOS_PRODUCT_IN_STOCK == 1) {
|
||||
$sql .= ' AND reel > 0';
|
||||
$sql .= " AND fk_entrepot = '" . $db->escape($conf->global->{'CASHDESK_ID_WAREHOUSE'.$_SESSION['takeposterminal']}) . "'";
|
||||
|
||||
}
|
||||
$sql .= natural_search(array('ref', 'label', 'barcode'), $term);
|
||||
$resql = $db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user