From: Garry Collum Date: Sat, 28 Jan 2012 19:36:18 +0000 (-0500) Subject: Bug 7431: Fixes the display of the due date in opac item specific holds. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=cf15a0e427d8b8166d1dde8dae6ad6bf1a6f7de9;p=koha.git Bug 7431: Fixes the display of the due date in opac item specific holds. Fixes the reference to the due date in opac-reserve from date_due to dateDue as defined int opac-reserve.pl. Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain --- diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index ca491522cc..7e2683a5f7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -508,8 +508,8 @@ [% itemLoo.enumchron %] [% END %] - [% IF ( itemLoo.date_due ) %] - Due [% itemLoo.date_due %] + [% IF ( itemLoo.dateDue ) %] + Due [% itemLoo.dateDue %] [% ELSIF ( itemLoo.transfertwhen ) %] In transit from [% itemLoo.transfertfrom %], to [% itemLoo.transfertto %], since [% itemLoo.transfertwhen %]