[Koha-bugs] [Bug 606] New: return item details to returns.pl when an item is not issued.

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Tue Sep 16 18:29:29 CEST 2003


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

           Summary: return item details to returns.pl when an item is not
                    issued.
           Product: Koha
           Version: CVS
          Platform: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Circulation
        AssignedTo: chris at katipo.co.nz
        ReportedBy: shedges at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


Staff would feel more comfortable when they try to return items that have not
been issued if they could see item information instead of just the "not issued"
message.  That way they can be sure they got a good barcode scan and the book
really was not issued.
It looks like the code (C4/Circulation/Circ2.pm) actually pulls all the 
information about an item (select * from biblio, biblioitems, items), but then 
it checks for a current borrower and, if it doesn't find one, just throws all 
that information away and sends the 'not issued' message back to returns.pl. If
it could return at least a title and barcode available for diplay, that would be
better.



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




More information about the Koha-bugs mailing list