From 486866d6f01be003764158983df1cf1e3fd54da4 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 20 Sep 2012 13:15:46 +0000 Subject: [PATCH] // Fix #PSCFV-4220 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17436 b9a71923-0436-4b27-9f14-aed3839534dd --- js/admin_order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/admin_order.js b/js/admin_order.js index a1693928d..b21bfce34 100644 --- a/js/admin_order.js +++ b/js/admin_order.js @@ -357,7 +357,7 @@ function init() $('#add_product_product_price_tax_incl').val(data.price_tax_incl); $('#add_product_product_price_tax_excl').val(data.price_tax_excl); addProductRefreshTotal(); - $('#add_product_product_stock').html(data.qty_in_stock); + $('#add_product_product_stock').html(data.stock[0]); if (current_product.combinations.length !== 0) {