From 0c56e308a032ef586d4ba31efb89d1e798f3d710 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 20 Sep 2012 13:15:46 +0000 Subject: [PATCH] // Fix #PSCFV-4220 --- 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) {