Update html.form.class.php
This commit is contained in:
parent
102b698c76
commit
945e925399
@ -1102,7 +1102,7 @@ class Form
|
|||||||
if (count($scrit) > 1) $sql.=")";
|
if (count($scrit) > 1) $sql.=")";
|
||||||
if (! empty($conf->barcode->enabled))
|
if (! empty($conf->barcode->enabled))
|
||||||
{
|
{
|
||||||
$sql .= " OR s.barcode LIKE '".$this->db->escape($filterkey)."%'";
|
$sql .= " OR s.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
||||||
}
|
}
|
||||||
$sql.= " OR s.code_client LIKE '".$this->db->escape($prefix.$filterkey)."%' OR s.code_fournisseur LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
$sql.= " OR s.code_client LIKE '".$this->db->escape($prefix.$filterkey)."%' OR s.code_fournisseur LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
||||||
$sql.=")";
|
$sql.=")";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user