Fix for Bug 3119: Add due date to the patron circulation history window

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Owen Leonard 2009-04-20 13:25:01 -05:00 committed by Galen Charlton
parent e6076612ba
commit 8f95ec3dbe

View file

@ -30,6 +30,7 @@
<th>Call No.</th>
<th>Barcode</th>
<th>Number of Renewals</th>
<th>Date Due</th>
<th>
<a href="readingrec.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->&amp;order=returndate DESC&amp;limit=<!-- TMPL_VAR name="limit" -->">Return Date</a>
</th>
@ -58,7 +59,7 @@
<td>
<!-- TMPL_VAR NAME="renewals" --></td>
<td><!-- TMPL_IF NAME="date_due" --><!-- TMPL_VAR NAME="date_due" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
<td>
<!-- TMPL_IF NAME="returndate" -->
<!-- TMPL_VAR name="returndate" -->