From 85dec4425aa80006811220a944ff3b17deeab912 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 8 Apr 2012 17:03:29 +0200 Subject: [PATCH] Fixes Xnet events edition for users without profile (Closes #1603). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- ChangeLog | 1 + templates/xnetevents/edit.tpl | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9cd5745..37b1d76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ Bug/Wish: - #1577: Fixes alternative payements given by admins -GLN - #1578: Fixes deletion of people inscriptions -GLN - #1348: Keeps the amount paid when updating participation -GLN + - #1603: Fixes Xnet events edition for users without profile -JAC * XnetGrp: - #1609: Adds link to account on Xnet account validation -JAC diff --git a/templates/xnetevents/edit.tpl b/templates/xnetevents/edit.tpl index bb31dcc..36d36f0 100644 --- a/templates/xnetevents/edit.tpl +++ b/templates/xnetevents/edit.tpl @@ -197,8 +197,7 @@ Ton inscription à [METS LE NOM DE L'ÉVÉNEMENT ICI] a bien été enregistrée À très bientôt, -- -{assign var="profile" value=$smarty.session.user->profile()} -{$profile->fullName("promo")}{/if}
+{$smarty.session.user->fullName("promo")}{/if}
{assign var='asso_url' value=$globals->baseurl|cat:'/'|cat:$platal->ns} Page internet de l'événement :
Rendre public le télépaiement : -- 2.1.4