// Fix #PSCFV-4220

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17436 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-20 13:15:46 +00:00
parent 181f9fd1b8
commit 486866d6f0
+1 -1
View File
@@ -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)
{