[Koha-bugs] [Bug 6390] Basket only visible for librarian who created it

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 19 10:19:29 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6390

--- Comment #35 from Paul Poulain <paul.poulain at biblibre.com> 2011-10-19 08:19:29 UTC ---
aqbasket.authorisedby is not a foreign key to borrowers.borrowernumber.  

=> and it must not : if a librarian leaves the library, the order must not be
deleted (for many reasons, one of them being financial statistics) ! The
foreign key could be SET NULL, but not DELETE !
So we must handle an empty authorisedby, not prevent it to happend

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list