Fixing style errors.

This commit is contained in:
stickler-ci 2022-02-24 10:10:41 +00:00
parent 146b432acf
commit fa4e6bd93a

View File

@ -45,7 +45,7 @@ if ($mode == 'customer' && !$user->rights->commande->lire) {
if ($mode == 'supplier' && !$user->rights->fournisseur->commande->lire) {
accessforbidden();
}
if($mode == 'supplier'){
if ($mode == 'supplier') {
$object_status = GETPOST('object_status', 'array:int');
$object_status = implode(',', $object_status);
} else {