Bug 30663: Add Koha::Suggestions helper methods
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 3 May 2022 14:18:10 +0000 (11:18 -0300)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 13 May 2022 17:40:04 +0000 (13:40 -0400)
commit54dbb852486b004a73dc6aabae6dda4fcecb2573
tree33e46595c2f3b234e8299d1abfef70f814ad473f
parent6754b513a4e3f1f7a04653849b1cf20a7af6e588
Bug 30663: Add Koha::Suggestions helper methods

This patch adds the following helper methods:

* filter_by_pending
* filter_by_suggested_days_range

This methods follow basically what's done in opac-suggestions.pl
I chose 'pending' as opposed to 'open' to follow what we use in the UI
which might be the case because of being more accurate for end users.

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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Suggestions.pm
t/db_dependent/Koha/Suggestions.t