From 68d135b4cf51d76f2c98c10f104f8d2e3148c701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mo=C4=87ko?= Date: Thu, 11 Jul 2013 18:56:50 +0200 Subject: [PATCH] Payment currency restriction incorret type of input for radio When payment module has currencies restrictions set to radio it still displays as checkbox because in TPL file type of input is not being changed --- .../default/template/controllers/payment/restrictions.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/payment/restrictions.tpl b/admin-dev/themes/default/template/controllers/payment/restrictions.tpl index 9cfb18625..9b7f1fb49 100644 --- a/admin-dev/themes/default/template/controllers/payment/restrictions.tpl +++ b/admin-dev/themes/default/template/controllers/payment/restrictions.tpl @@ -64,7 +64,7 @@ {$type = 'checkbox'} {/if} {if $type != 'null'} - + {else} -- {/if} @@ -94,4 +94,4 @@
- \ No newline at end of file +