FIX Missing a row when incoterm is on
This commit is contained in:
parent
7f129d14d7
commit
1e6152eb53
@ -1873,7 +1873,8 @@ else
|
||||
$nbrows=9; $nbcols=2;
|
||||
if (! empty($conf->projet->enabled)) $nbrows++;
|
||||
if (! empty($conf->banque->enabled)) { $nbrows++; $nbcols++; }
|
||||
|
||||
if (! empty($conf->incoterm->enabled)) $nbrows++;
|
||||
|
||||
// Local taxes
|
||||
if ($societe->localtax1_assuj=="1") $nbrows++;
|
||||
if ($societe->localtax2_assuj=="1") $nbrows++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user