From 7f68750ec917fa7413a0d20118b2f4019d92cc5c Mon Sep 17 00:00:00 2001 From: atm-quentin Date: Thu, 21 Feb 2019 09:35:52 +0100 Subject: [PATCH] FIX blank space travis --- htdocs/core/class/html.form.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index c6e22a3b3a1..a24cb0cab40 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -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.=')'; }