Fixing style errors.

This commit is contained in:
stickler-ci 2021-11-16 15:15:55 +00:00
parent f664a977c6
commit 19171d4f8e
8 changed files with 12 additions and 13 deletions

View File

@ -1857,8 +1857,7 @@ class CommandeFournisseur extends CommonOrder
$localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0]; $localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0];
$localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2]; $localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2];
if ($rang < 0) if ($rang < 0) {
{
$rangmax = $this->line_max(); $rangmax = $this->line_max();
$rang = $rangmax + 1; $rang = $rangmax + 1;
} }