// Fix #PSCFV-4220

This commit is contained in:
rGaillard
2012-09-20 13:15:46 +00:00
parent b7a7c69d1d
commit 0c56e308a0
+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)
{