From 16068bf02c91f9c6c8ad5c193dfe522203d50dd9 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Mon, 14 May 2012 14:53:34 +0000 Subject: [PATCH] [-] BO: Fix displaying of specific price rule conditions --- .../controllers/specific_price_rule/helpers/form/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/specific_price_rule/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/specific_price_rule/helpers/form/form.tpl index 5934e76cd..c72014959 100755 --- a/admin-dev/themes/default/template/controllers/specific_price_rule/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/specific_price_rule/helpers/form/form.tpl @@ -156,7 +156,7 @@ function new_condition_group() { last_condition_group++; var html = '

{l s='Condition group'} '+last_condition_group+'

'; - html += '
{l s='Type'}{l s='Value'}
'; + html += '
{l s='Type'}{l s='Value'}
'; html += '
{l s='OR'}
'; $('#condition_group_list').append(html); toggle_condition_group(last_condition_group);