Skip to content

Commit

Permalink
LIMS-1148 - Fixed colspan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunga001 committed Oct 23, 2024
1 parent ac1c349 commit a73e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bika/aquaculture/reports/AquaCultureMulti.pt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
</tr>
<tr class="text-center">
<tal:header tal:condition="python: not repeat['model'].start">
<th class="nobold result" colspan="6"></th>
<th class="nobold result" colspan="7"></th>
</tal:header>
<tal:header tal:condition="python: repeat['model'].start">
<th class="nobold result" tal:content="model/id"></th>
Expand Down

0 comments on commit a73e411

Please sign in to comment.