Browse Source

[FIX] emc_w_taxshelter: Typo

pull/106/head
Rémy Taymans 4 years ago
parent
commit
99792b72b2
  1. 2
      easy_my_coop_website_taxshelter/views/easy_my_coop_website_taxshelter_templates.xml

2
easy_my_coop_website_taxshelter/views/easy_my_coop_website_taxshelter_templates.xml

@ -76,7 +76,7 @@
<t t-call="portal.portal_record_sidebar">
<t t-set="classes" t-value="'col-lg-auto d-print-none'"/>
<t t-set="title">
<h2 class="mb-0"><b t-field="taxshelter.total_amount" data-id="total_amount" t-options='{"widget": "monetary", "display_currency":tax.partner_id.company_id.currency_id}'/> </h2>
<h2 class="mb-0"><b t-field="taxshelter.total_amount" data-id="total_amount" t-options='{"widget": "monetary", "display_currency":taxshelter.partner_id.company_id.currency_id}'/> </h2>
</t>
<t t-set="entries">

Loading…
Cancel
Save