Merge pull request #11970 from aspangaro/10.0_colspan

FIX colspan on VAT quadri report
This commit is contained in:
Laurent Destailleur 2019-09-26 23:29:09 +02:00 committed by GitHub
commit 5d7e542d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">';