FIX : travis

This commit is contained in:
Gauthier PC portable 024 2021-10-08 13:42:03 +02:00
parent ef6f7a619a
commit 3d5e4fb87c
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ class StockTransfer extends CommonObject
} }
} }
if (count($sqlwhere) > 0) { if (count($sqlwhere) > 0) {
$sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')'; $sql .= " AND (".implode(" ".$filtermode." ", $sqlwhere).")";
} }
if (!empty($sortfield)) { if (!empty($sortfield)) {

View File

@ -357,7 +357,7 @@ class StockTransferLine extends CommonObjectLine
} }
} }
if (count($sqlwhere) > 0) { if (count($sqlwhere) > 0) {
$sql .= ' AND ('.implode(' '.$filtermode.' ', $sqlwhere).')'; $sql .= " AND (".implode(" ".$filtermode." ", $sqlwhere).")";
} }
if (!empty($sortfield)) { if (!empty($sortfield)) {