From 378f17d7f7d4315290277991bc1d257b6b724bf4 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Sun, 25 Mar 2012 18:20:58 -0400 Subject: [PATCH] Bug 7743 followup: fix use of removed formattedwaitingdate param in opac-user.tt Replaces formattedwaitingdate with just waitingdate, since no longer create and export that template variable Signed-off-by: Paul Poulain --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 79556e25a0..19b7389bf9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -385,7 +385,7 @@ $.tablesorter.addParser({ [% IF ( RESERVE.wait ) %] [% IF ( RESERVE.atdestination ) %] [% IF ( RESERVE.found ) %] - Item waiting at [% RESERVE.wbrname %][% IF ( RESERVE.formattedwaitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %] + Item waiting at [% RESERVE.wbrname %][% IF ( RESERVE.waitingdate ) %] since [% RESERVE.waitingdate | $KohaDates %][% END %] [% ELSE %] Item waiting to be pulled from [% RESERVE.wbrname %] -- 2.39.5