[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
Mon Apr 6 01:07:48 CEST 2020


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

David Roberts <david.roberts at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102229|0                           |1
        is obsolete|                            |

--- Comment #6 from David Roberts <david.roberts at ptfs-europe.com> ---
Created attachment 102426
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102426&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!

Signed-off-by: David Roberts <david at koha-ptfs.co.uk>

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


More information about the Koha-bugs mailing list