Bug 31871: Date due not shown on items tab
Changed ITEM_DAT to checkout in moredetail.tt Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
56ca0324ad
commit
a5d536eafe
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
<span>Last renewed [% checkout.lastreneweddate | $KohaDates %]</span>,
|
||||
[% END %]
|
||||
[% IF ( checkout.date_due ) %]
|
||||
<span>Due back on [% ITEM_DAT.date_due | $KohaDates %]</span>
|
||||
<span>Due back on [% checkout.date_due | $KohaDates %]</span>
|
||||
[% ELSE %]
|
||||
<span>Not checked out</span>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue