2
0
forked from Wavyzz/dolibarr

FIX colspan on VAT quadri report

This commit is contained in:
Alexandre SPANGARO
2019-09-26 22:01:59 +02:00
parent 33754f1951
commit b52e5d51e3

View File

@@ -526,7 +526,7 @@ if (! is_array($x_coll) || ! is_array($x_paye))
}
// Blank line
print '<tr><td colspan="'.($span+1).'">&nbsp;</td></tr>';
print '<tr><td colspan="'.($span+2).'">&nbsp;</td></tr>';
// Print table headers for this quadri - expenses now
print '<tr class="liste_titre liste_titre_topborder">';