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:
parent
e6076612ba
commit
8f95ec3dbe
1 changed files with 2 additions and 1 deletions
|
@ -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" -->&order=returndate DESC&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 --> <!-- /TMPL_IF --></td>
|
||||
<td>
|
||||
<!-- TMPL_IF NAME="returndate" -->
|
||||
<!-- TMPL_VAR name="returndate" -->
|
||||
|
|
Loading…
Reference in a new issue