[-] BO: Fix #PSCFV-7427 group id used for price computation on order edition

This commit is contained in:
Rémi Gaillard
2013-02-08 15:02:15 +01:00
parent c83a0fda3f
commit ba11328cec
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
var id_order = {$order->id};
var id_lang = {$current_id_lang};
var id_currency = {$order->id_currency};
var id_customer = {$order->id_customer|intval};
{assign var=PS_TAX_ADDRESS_TYPE value=Configuration::get('PS_TAX_ADDRESS_TYPE')}
var id_address = {$order->$PS_TAX_ADDRESS_TYPE};
var currency_sign = "{$currency->sign}";

View File

@@ -335,6 +335,7 @@ function init()
id_lang: id_lang,
id_currency: id_currency,
id_address: id_address,
id_customer: id_customer,
product_search: function() { return $('#add_product_product_name').val(); }
}
}