[-] BO : fix bug #PSCFV-2239 - js error on product page on IIS + PHP5.4

This commit is contained in:
tDidierjean
2012-05-09 16:50:05 +00:00
parent 682cbfea55
commit f3bd6fff58
3 changed files with 5 additions and 6 deletions
@@ -83,7 +83,6 @@
var token = '{$token}';
var id_product = {if isset($product->id)}{$product->id}{else}0{/if};
var defaultLanguage = {$defaultLanguage};
var product_type_pack = {Product::PTYPE_PACK};
var product_type_virtual = {Product::PTYPE_VIRTUAL};
var product_type_simple = {Product::PTYPE_SIMPLE};