[FIX] Replace t-esc in t-field for amount_untaxed in checkout of website_sale. Else display monetary does not work

bzr revid: chm@openerp.com-20140307103702-lsfj0iehm5kg4z29
This commit is contained in:
chm@openerp.com 2014-03-07 11:37:02 +01:00
commit 0b92d30081
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@
<h3 class="page-header mt16">Your Order <small><a href="/shop/mycart"><span class="fa fa-arrow-right"/> change</a></small></h3>
<div class="row">
<div class="col-sm-6 text-right">Subtotal:</div>
<div class="col-sm-6"><span t-esc="website_sale_order.amount_untaxed" t-field-options='{
<div class="col-sm-6"><span t-field="website_sale_order.amount_untaxed" t-field-options='{
"widget": "monetary",
"display_currency": "website.pricelist_id.currency_id"
}'/></div>