[Koha-bugs] [Bug 3184] Show creator and budget receiving a document

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 19 16:49:07 CET 2011


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

Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls at bywatersolutions.
                   |                            |com
       Patch Status|Signed Off                  |Failed QA

--- Comment #6 from Ian Walls <ian.walls at bywatersolutions.com> 2011-11-19 15:49:07 UTC ---
This patch falls victim to the same issue as bug 6390:  there is no way to
ensure that authorisedby is a value borrowernumber.  The borrower could have
been deleted, or if the koha database user account was used, then there would
be no GetMember record to view.  This will lead to the "Can't use an undefined
value as a HASH reference" error, breaking the page.

Please provide a fall-back value for the $member hash in the event the
authorisedby value is not a valid borrowernumber.

-- 
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.
You are watching all bug changes.


More information about the Koha-bugs mailing list