From e1305c9476943ff80cedf1f878e2333989633936 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 25 Apr 2012 08:23:57 +0000 Subject: [PATCH] // fix virtual product combination check --- .../default/template/controllers/products/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl index fff1938bf..093a16f19 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/form/form.tpl @@ -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}';