[Bug 1201] New: If item is marked wthdrawn, then returned, the system gets caught in a loop
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1201 Summary: If item is marked wthdrawn, then returned, the system gets caught in a loop Product: Koha Version: branch 2.4 Platform: Macintosh OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: Circulation AssignedTo: jmf@kados.org ReportedBy: jmf@kados.org QAContact: koha-bugs@nongnu.org It shouldn't ever happen that a wthdrawn item is still on someone's account, but it appears that koha < 2.2 doesn't prevent this ... here's the error from the log: Deep recursion on subroutine "C4::Circulation::Circ2::returnbook" at /koha/intranet/modules/C4/Circulation/Circ2.pm line 478. Deep recursion on subroutine "C4::Circulation::Circ2::transferbook" at /koha/intranet/modules/C4/Circulation/Circ2.pm line 1096. It's a pretty serious bug as it will cause the whole system to freeze up. The short-term solution is to not allow wthdrawn to be set on any items still on soeone's account. Someone should check rel_2_2 to make sure the same bug doesn't exist there... ------- 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