Browse Source

Merge c6e44d760b into d06f068324

pull/709/merge
Simone Rubino 3 years ago
committed by GitHub
parent
commit
e21618599d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      account_financial_report/report/templates/open_items.xml

6
account_financial_report/report/templates/open_items.xml

@ -257,11 +257,11 @@
</t>
<t t-if="not account_or_partner_object.currency_id.id">
<!--## currency_name-->
<div class="act_as_cell"/>
<div class="act_as_cell" style="width: 2.25%;"/>
<!--## amount_total_due_currency-->
<div class="act_as_cell"/>
<div class="act_as_cell" style="width: 6.57%;"/>
<!--## amount_residual_currency-->
<div class="act_as_cell"/>
<div class="act_as_cell" style="width: 6.57%;"/>
</t>
</t>
</div>

Loading…
Cancel
Save