[Bug 606] New: return item details to returns.pl when an item is not issued.
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@katipo.co.nz ReportedBy: shedges@athenscounty.lib.oh.us QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz