Bug 29086: (follow-up) Remove unrequired Koha::ArticleRequest::Status uses
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 22 Sep 2021 19:53:50 +0000 (16:53 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 7 Oct 2021 08:54:59 +0000 (10:54 +0200)
commit107176a07bdb8ee28fe443d7a3701401e016fa9f
tree90e097e02e3b270cccfd33948eafc45a5bf0ecc3
parentcb6ffc0008160b2acf05596bda39c78f8854bd17
Bug 29086: (follow-up) Remove unrequired Koha::ArticleRequest::Status uses

I noticed a couple places in which this library was included but not
used.

To test:
1. Apply this patch
2. Run:
   $ git grep 'Koha::ArticleRequest::Status'
=> SUCCESS: There aren't any calls to their defined constants in
Biblio.pm or Patrons.pm
3. Sign off :-D

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Biblio.pm
Koha/Patrons.pm