Skip to content
Snippets Groups Projects
Commit 78e9c7f5 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] website_event: use new t-options attribute in qweb vie

parent de0d5034
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@
<strong>
Ticket Type #<t t-raw="counter_type"/>: <t t-esc="ticket['name']"/> (
<t t-if="ticket['price'] > 0">
<t t-esc="ticket['price']" t-esc-options='{"widget": "monetary", "display_currency": "website.pricelist_id.currency_id"}'/>
<t t-esc="ticket['price']" t-options='{"widget": "monetary", "display_currency": website.pricelist_id.currency_id}'/>
</t>
<t t-if="ticket['price'] == 0">Free</t>)
</strong>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment