From d52d49ae0585976ead49b8891e2069c690c0c0e7 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Mon, 27 Jan 2014 12:50:18 +0100 Subject: [PATCH] Fixed wrong values displayed for empty text feature values --- templates/backOffice/default/ajax/product-attributes-tab.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/backOffice/default/ajax/product-attributes-tab.html b/templates/backOffice/default/ajax/product-attributes-tab.html index f9913d413..25cdc502a 100644 --- a/templates/backOffice/default/ajax/product-attributes-tab.html +++ b/templates/backOffice/default/ajax/product-attributes-tab.html @@ -198,6 +198,7 @@ {elseloop rel="product-features-av"} {* Get the free text value *} + {$feature_value=''} {loop name="free-text-value" exclude_feature_availability="1" type="feature_value" product=$product_id feature=$ID backend_context="1" lang="$edit_language_id"} {$feature_value=$FREE_TEXT_VALUE}