[Koha-bugs] [Bug 24419] Add Koha::Suggestion->suggestor accessor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 17 14:33:00 CET 2020


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

--- Comment #7 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 97515
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97515&action=edit
Bug 24419: Add Koha::Suggestion->suggester accessor

This patch adds a ->suggester accessor to the Koha::Suggestion class. It
will return undef if no suggester, and a Koha::Patron object otherwise.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Suggestion.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list