From 21e7fd4112000d6119ff7964229bcf689863bfaa 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 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 79556e2..19b7389 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 %] -- 1.7.2.5