[-] BO: Fix #PSCFV-7646 JS error when adding a product existing in an other shop

This commit is contained in:
Rémi Gaillard
2013-02-18 15:29:48 +01:00
parent 8ab6c87df0
commit 08f5a01bd8
2 changed files with 15 additions and 49 deletions
@@ -193,7 +193,7 @@
<p>
<script>
var no_related_product = '{l s='No related product'}';
var id_product_redirected = {$product->id_product_redirected|escape:html:'UTF-8'};
var id_product_redirected = {$product->id_product_redirected|intval};
var product_name_redirected = '{$product_name_redirected|escape:html:'UTF-8'}';
</script>
<span id="related_product_name">{l s='No related product'}</span>