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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 14 16:51:01 CET 2020


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

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

This patch adds a ->suggestor accessor to the Koha::Suggestion class. It
will return undef if no suggestor, 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>

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


More information about the Koha-bugs mailing list