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