We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03c9419 + f176d4f commit 5020326Copy full SHA for 5020326
contract/report/report_contract.xml
@@ -23,7 +23,7 @@
23
<p t-field="o.code" />
24
</div>
25
26
- <div class="row" id="invoice_info">
+ <div id="invoice_info">
27
<t t-set="total" t-value="0" />
28
<div class="col-12">
29
<p id="services_info">
@@ -117,7 +117,7 @@
117
</table>
118
119
120
- <div class="row" id="modification_info" t-if="o.modification_ids">
+ <div id="modification_info" t-if="o.modification_ids">
121
122
<p id="modification_info_p">
123
<strong>Modifications</strong>
@@ -155,7 +155,7 @@
155
<div id="total" class="row" name="total">
156
<div class="col-4 ml-auto">
157
<table class="table table-sm">
158
- <tr class="border-black o_subtotal" style="">
+ <tr class="border-black o_subtotal o_total">
159
<td>
160
<strong>Total</strong>
161
</td>
0 commit comments