Skip to content

Commit 5020326

Browse files
committed
Merge PR OCA#1181 into 17.0
Signed-off-by pedrobaeza
2 parents 03c9419 + f176d4f commit 5020326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contract/report/report_contract.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p t-field="o.code" />
2424
</div>
2525
</div>
26-
<div class="row" id="invoice_info">
26+
<div id="invoice_info">
2727
<t t-set="total" t-value="0" />
2828
<div class="col-12">
2929
<p id="services_info">
@@ -117,7 +117,7 @@
117117
</table>
118118
</div>
119119
</div>
120-
<div class="row" id="modification_info" t-if="o.modification_ids">
120+
<div id="modification_info" t-if="o.modification_ids">
121121
<div class="col-12">
122122
<p id="modification_info_p">
123123
<strong>Modifications</strong>
@@ -155,7 +155,7 @@
155155
<div id="total" class="row" name="total">
156156
<div class="col-4 ml-auto">
157157
<table class="table table-sm">
158-
<tr class="border-black o_subtotal" style="">
158+
<tr class="border-black o_subtotal o_total">
159159
<td>
160160
<strong>Total</strong>
161161
</td>

0 commit comments

Comments
 (0)