Fixes the reference to the due date in opac-reserve from date_due to dateDue as
defined int opac-reserve.pl.
---
.../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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 ca49152..7e2683a 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 @@
<td>[% itemLoo.enumchron %]</td>
[% END %]
<td>
- [% IF ( itemLoo.date_due ) %]
- <span class="checkedout">Due [%
itemLoo.date_due %]</span>
+ [% IF ( itemLoo.dateDue ) %]
+ <span class="checkedout">Due [%
itemLoo.dateDue %]</span>
[% ELSIF ( itemLoo.transfertwhen ) %]
<span class="intransit">In transit from [%
itemLoo.transfertfrom %],
to [% itemLoo.transfertto %], since [%
itemLoo.transfertwhen %]</span>
--
1.7.5.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/