Fixing style errors.
This commit is contained in:
parent
f664a977c6
commit
19171d4f8e
@ -1857,8 +1857,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
$localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0];
|
||||
$localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2];
|
||||
|
||||
if ($rang < 0)
|
||||
{
|
||||
if ($rang < 0) {
|
||||
$rangmax = $this->line_max();
|
||||
$rang = $rangmax + 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user