FIX blank space travis
This commit is contained in:
parent
95593bfaad
commit
7f68750ec9
@ -2664,7 +2664,6 @@ class Form
|
|||||||
if (! empty($conf->barcode->enabled)){
|
if (! empty($conf->barcode->enabled)){
|
||||||
$sql.= " OR p.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
$sql.= " OR p.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
||||||
$sql.= " OR pfp.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
$sql.= " OR pfp.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
|
||||||
|
|
||||||
}
|
}
|
||||||
$sql.=')';
|
$sql.=')';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user