From 896479aea617590a524952f6f80195800d3efcf8 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 19 Oct 2010 20:39:27 +0200 Subject: [PATCH] Fix list of users who paid for the event but didn't register themselves. (Closes #1281) Signed-off-by: Florent Bruneau --- templates/xnetevents/admin.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/xnetevents/admin.tpl b/templates/xnetevents/admin.tpl index d6f1690..4985dd2 100644 --- a/templates/xnetevents/admin.tpl +++ b/templates/xnetevents/admin.tpl @@ -84,7 +84,7 @@ Ils ont payé mais ont oublié de s'inscrire : Infos Montant - {iterate from=$oubliinscription item=m} + {foreach from=$oubliinscription item=m} {if $is_admin}{/if} @@ -97,9 +97,9 @@ Ils ont payé mais ont oublié de s'inscrire : {icon name=vcard title="vcard"} {icon name=email title="email"} - {$m.montant} + {$m.amount} - {/iterate} + {/foreach}
-- 2.1.4