http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3514 Summary: Returning items through patron Details tab doesn't activate all circulation functions Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P5 Component: Circulation AssignedTo: gmcharlt@gmail.com ReportedBy: jwagner@ptfs.com Estimated Hours: 0.0 Change sponsored?: --- Created an attachment (id=1018) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1018) Display Return syspref off screenshot If you check in an item by using the Return boxes on the patron Details tab's list of checkouts, it does not seem to activate the same functionality that doing a return through Circulation, Checkin would. In particular, I've noticed that holds aren't triggered. I think the problem is due to different scripts driving the different pages -- members/moremember.pl controls functionality on patron Details, but circ/returns.pl controls circulation checkin. Any circ activity from the patron Details tab needs to obey all the rules that are checked and enforced through circulation scripts (anything to do with returns, renewals, and holds). As a workaround I have done a patch with a system preference (PatronDisplayReturn) which turns on or off the Returns column in the Details tab checkout list. This will force staff to use Circulation, Returns and will stop the problem of holds not being triggered. A more thorough investigation and fix is still needed. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.