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

bzr revid: jke@openerp.com-20140201200413-zww5pcobl6vmvqe1
This commit is contained in:
jke-openerp 2014-02-01 21:04:13 +01:00
parent 5960d495e5
commit 6abf20906e
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,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>