Merge pull request #11970 from aspangaro/10.0_colspan
FIX colspan on VAT quadri report
This commit is contained in:
commit
5d7e542d37
@ -526,7 +526,7 @@ if (! is_array($x_coll) || ! is_array($x_paye))
|
||||
}
|
||||
|
||||
// Blank line
|
||||
print '<tr><td colspan="'.($span+1).'"> </td></tr>';
|
||||
print '<tr><td colspan="'.($span+2).'"> </td></tr>';
|
||||
|
||||
// Print table headers for this quadri - expenses now
|
||||
print '<tr class="liste_titre liste_titre_topborder">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user