[Koha-bugs] [Bug 22778] Suggestions with no "suggester" can cause errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 25 21:52:38 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22778

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 88816
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88816&action=edit
Bug 22778: Suggestions with no "suggester" can cause errors

If one tries to modify a suggestion that has no suggester you will get the
following error:

Can't call method "lang" on an undefined value at
/usr/share/koha/lib/C4/Suggestions.pm line 506

Koha assumes that every suggestion has a borrowernumber in suggestedby

Test Plan:
1) Create a suggestion with an unpopulated suggestedby
2) Attempt to modify that suggestion
3) Note the error
4) Apply this patch
5) Restart all teh things
6) Attempt to modify that suggestion
7) No error!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list