We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27467a commit 6b3fe82Copy full SHA for 6b3fe82
purchase_requisition_bid_selection/view/report_purchaserequisition.xml
@@ -69,7 +69,7 @@
69
<small>
70
71
<table id="bids-info" class="table table-condensed table-bordered" width="100%">
72
- <tbody>
+ <thead>
73
<tr>
74
<t t-foreach="bid_batch" t-as="bid">
75
<t t-if="bid_first">
@@ -89,6 +89,8 @@
89
</t>
90
91
</tr>
92
+ </thead>
93
+ <tbody>
94
95
96
0 commit comments