18 Aug
2021
18 Aug
'21
2:47 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27945 --- Comment #26 from Marcel de Rooy <m.de.rooy@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.