Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-15 15:49:42 +00:00
parent 512b54d049
commit f76d540451

View File

@ -786,7 +786,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
// Force call prod->load_stats_xxx to choose status to count (otherwise it is loaded by load_stock function)
if (isset($draftchecked)) {
$result = $prod->load_stats_commande_fournisseur(0, '0,1,2,3,4');
} else if (!$usevirtualstock){
} elseif (!$usevirtualstock) {
$result = $prod->load_stats_commande_fournisseur(0, '1,2,3,4');
}