koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1042] circulation.pl loses items for display when they


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1042] circulation.pl loses items for display when they don't have itemtypes assigned
Date: 24 Jan 2006 22:06:04 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1042

address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|address@hidden          |address@hidden



------- Additional Comments From address@hidden  2006-01-25 11:06 -------
OK ... it's a bit more complicated than I originally thought... it's true that
without an itemtype the item isn't displayed, but the problem runs deeper that I
thought. I also have a proposed solution that needs to be investigated before
implemented. Currently, we have a new sub 'getissues' that seems to be the
culprit. It finds the timestamp for the item and then circulation.pl uses that
timestamp to determine the date the item was issues. This is problematic for at
least one reason: when you're migrating data into Koha you don't have control
over the timestamp: you just take what mysql gives you. A better solution is to
use the lastreneweddate or some other field that we can control. Does this make
sense? Is lastreneweddate updated on first issue?



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]