[Koha-bugs] [Bug 27945] Limit the number of article requests per day per patron category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 18 15:47:07 CEST 2021


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

--- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
diff --git a/Koha/ArticleRequest.pm b/Koha/ArticleRequest.pm
index e79e01610c..078f00bc70 100644
--- a/Koha/ArticleRequest.pm
+++ b/Koha/ArticleRequest.pm
@@ -27,7 +27,9 @@ use Koha::Items;
 use Koha::Libraries;
 use Koha::DateUtils qw( dt_from_string );
 use C4::Context;
+use Koha::ArticleRequests;

Why do you add it here?
Note that bug 27944 adds the Status module.

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


More information about the Koha-bugs mailing list