Skip to content

Commit 6b3fe82

Browse files
committed
Add table headers on each pages
1 parent d27467a commit 6b3fe82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

purchase_requisition_bid_selection/view/report_purchaserequisition.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<small>
7070
<small>
7171
<table id="bids-info" class="table table-condensed table-bordered" width="100%">
72-
<tbody>
72+
<thead>
7373
<tr>
7474
<t t-foreach="bid_batch" t-as="bid">
7575
<t t-if="bid_first">
@@ -89,6 +89,8 @@
8989
</t>
9090
</t>
9191
</tr>
92+
</thead>
93+
<tbody>
9294
<tr>
9395
<t t-foreach="bid_batch" t-as="bid">
9496
<t t-if="bid_first">

0 commit comments

Comments
 (0)