12817 - fix admin product js bug
This commit is contained in:
parent
8cfae2c019
commit
8bcc63a40c
@ -268,7 +268,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var no_related_product = '{l s='No related product'}';
|
var no_related_product = '{l s='No related product'}';
|
||||||
var id_product_redirected = {$product->id_product_redirected|intval};
|
var id_product_redirected = {$product->id_product_redirected|intval};
|
||||||
var product_name_redirected = '{$product_name_redirected|escape:'html':'UTF-8'}';
|
var product_name_redirected = {if !empty($product_name_redirected)}'{$product_name_redirected|trim|escape:'html':'UTF-8'}'{else}''{/if};
|
||||||
</script>
|
</script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user