From 068f98b5e5a9c6ff58c31b90770abdbdb6b1ef4d Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 3 May 2012 15:32:41 +0000 Subject: [PATCH] [-] BO: Fix PSCFV-1439 BackOffice order switching language git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15057 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/controllers/orders/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/orders/form.tpl b/admin-dev/themes/default/template/controllers/orders/form.tpl index aa5c1bbc2..da9b1f587 100755 --- a/admin-dev/themes/default/template/controllers/orders/form.tpl +++ b/admin-dev/themes/default/template/controllers/orders/form.tpl @@ -739,7 +739,7 @@ token: "{getAdminToken tab='AdminCarts'}", tab: "admincarts", action: "updateLang", - id_currency: $('#id_lang option:selected').val(), + id_lang: $('#id_lang option:selected').val(), id_customer: id_customer, id_cart: id_cart },