[Koha-patches] [PATCH] bugfix circulation todays issues list

Michael Hafen mdhafen at tech.washk12.org
Fri Nov 13 18:57:10 CET 2009


formatting issuedate messes up the todaysissues or previousissues comparison,
and checkoutdate is used in the template now
---
 circ/circulation.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/circ/circulation.pl b/circ/circulation.pl
index 398fdd2..0e82046 100755
--- a/circ/circulation.pl
+++ b/circ/circulation.pl
@@ -454,7 +454,6 @@ if ($borrower) {
 		$it->{'itemtype'} = $itemtypeinfo->{'description'};
 		$it->{'itemtype_image'} = $itemtypeinfo->{'imageurl'};
         $it->{'dd'} = format_date($it->{'date_due'});
-        $it->{'issuedate'} = format_date($it->{'issuedate'});
         $it->{'od'} = ( $it->{'date_due'} lt $todaysdate ) ? 1 : 0 ;
         ($it->{'author'} eq '') and $it->{'author'} = ' ';
         $it->{'renew_failed'} = $renew_failed{$it->{'itemnumber'}};
-- 
1.6.3.3




More information about the Koha-patches mailing list