[FIX] website_sale: shop/confirm_order: from_partner

bzr revid: chm@openerp.com-20131204141056-f4u5rqbbqfka95ka
This commit is contained in:
Christophe Matthieu 2013-12-04 15:10:56 +01:00
parent 67599578b6
commit edee3e5da3
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ class Ecommerce(http.Controller):
values = {
'countries': countries,
'states': states,
'checkout': info.from_partner( ),
'checkout': info.empty(),
'shipping': post.get("shipping_different"),
'error': {},
}

View File

@ -937,7 +937,7 @@
<div t-field="order.partner_shipping_id"/>
<h4 class="mt32">Amount:</h4>
<!-- <div t-field="order.amount_total" t-field-options='{
<!--<div t-field="order.amount_total" t-field-options='{
"widget": "monetary",
"display_currency": "website.pricelist_id.currency_id"
}'/> -->