Fix for Bug 3119: Add due date to the patron circulation history window
authorOwen Leonard <oleonard@myacpl.org>
Mon, 20 Apr 2009 18:25:01 +0000 (13:25 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 21 Apr 2009 23:45:11 +0000 (18:45 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tmpl

index c4abced..707de94 100644 (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" -->