Skip to content

Commit

Permalink
Merge PR #1181 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 14, 2025
2 parents 03c9419 + f176d4f commit 5020326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contract/report/report_contract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<p t-field="o.code" />
</div>
</div>
<div class="row" id="invoice_info">
<div id="invoice_info">
<t t-set="total" t-value="0" />
<div class="col-12">
<p id="services_info">
Expand Down Expand Up @@ -117,7 +117,7 @@
</table>
</div>
</div>
<div class="row" id="modification_info" t-if="o.modification_ids">
<div id="modification_info" t-if="o.modification_ids">
<div class="col-12">
<p id="modification_info_p">
<strong>Modifications</strong>
Expand Down Expand Up @@ -155,7 +155,7 @@
<div id="total" class="row" name="total">
<div class="col-4 ml-auto">
<table class="table table-sm">
<tr class="border-black o_subtotal" style="">
<tr class="border-black o_subtotal o_total">
<td>
<strong>Total</strong>
</td>
Expand Down

0 comments on commit 5020326

Please sign in to comment.