FIX Missing a row when incoterm is on

This commit is contained in:
Laurent Destailleur 2016-04-07 14:17:20 +02:00
parent 7f129d14d7
commit 1e6152eb53

View File

@ -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++;