Added issue date column to issues list
authorPaul POULAIN <paul.poulain@biblibre.com>
Wed, 20 Feb 2008 18:43:24 +0000 (07:43 +1300)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 20 Feb 2008 19:01:33 +0000 (13:01 -0600)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl

index 619e8f8..13ed1f9 100644 (file)
@@ -287,7 +287,7 @@ for (var i=0;i<ItemsNodes.length;i++){
                        <!-- TMPL_UNLESS NAME="noItemTypeImages" --><th scope="col">&nbsp;</th><!-- /TMPL_UNLESS -->
             <th scope="col">Title</th>
             <th scope="col">Barcode</th>
-            <th scope="col">Checked out on</th>
+            <th scope="col">Checked out on</th> 
             <th scope="col">Date due</th>
             <th scope="col">Itemtype</th>
             <th scope="col">Charge</th>