// fix virtual product combination check
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14861 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
var product_type_virtual = {Product::PTYPE_VIRTUAL};
|
||||
var product_type_simple = {Product::PTYPE_SIMPLE};
|
||||
|
||||
var has_combinations = '{$has_combinations}';
|
||||
var has_combinations = {$has_combinations};
|
||||
|
||||
var toload = new Array();
|
||||
var empty_pack_msg = '{l s='Pack is empty. You need to add at least one product to the pack before you can save the pack.' slashes=1}';
|
||||
|
||||
Reference in New Issue
Block a user