Skip to content
Snippets Groups Projects
Commit 1e6152eb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Missing a row when incoterm is on

parent 7f129d14
No related branches found
No related tags found
No related merge requests found
...@@ -1873,6 +1873,7 @@ else ...@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment