lint(stickler)

This commit is contained in:
Antonin MARCHAL 2021-04-27 09:59:33 +02:00
parent c865199a78
commit 00ef5b94bf

View File

@ -2200,7 +2200,6 @@ class Product extends CommonObject
$visibleWarehousesEntities .= "," . implode(",", $mc->sharings['stock']); $visibleWarehousesEntities .= "," . implode(",", $mc->sharings['stock']);
} }
} }
if ($separatedStock) { if ($separatedStock) {
$sql .= " SUM(sp.reel) as stock,"; $sql .= " SUM(sp.reel) as stock,";
} else { } else {