From 3557b042e0af6e147c55403cc99583d0bb866c37 Mon Sep 17 00:00:00 2001 From: vSchoener Date: Tue, 25 Oct 2011 14:17:49 +0000 Subject: [PATCH] - Liable to last commit (style) git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9632 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/orders/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/orders/view.tpl b/admin-dev/themes/template/orders/view.tpl index c6bd13b8b..0946ac859 100755 --- a/admin-dev/themes/template/orders/view.tpl +++ b/admin-dev/themes/template/orders/view.tpl @@ -219,7 +219,7 @@ {if $paymentCCDetails['card_holder'] != ''}
  • {l s='Card Holder:'} - {if $paymentCCDetails}{$paymentCCDetails['card_holder']}{/if} + {$paymentCCDetails['card_holder']}
  • {/if} {if $paymentCCDetails['card_number'] != ''}