FIX blank space travis

This commit is contained in:
atm-quentin 2019-02-21 09:35:52 +01:00
parent 95593bfaad
commit 7f68750ec9

View File

@ -2664,7 +2664,6 @@ class Form
if (! empty($conf->barcode->enabled)){
$sql.= " OR p.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
$sql.= " OR pfp.barcode LIKE '".$this->db->escape($prefix.$filterkey)."%'";
}
$sql.=')';
}