[Koha-bugs] [Bug 18395] New: Wrong article request methods in Koha::Patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 6 17:26:17 CEST 2017


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

            Bug ID: 18395
           Summary: Wrong article request methods in Koha::Patrons
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org

There is something very wrong with the new subroutines, they have been added to
both Koha::Patron and Koha::Patrons:

% git grep 'sub article_request' Koha/Patron*.pm
Koha/Patron.pm:sub article_requests {
Koha/Patron.pm:sub article_requests_current {
Koha/Patron.pm:sub article_requests_finished {
Koha/Patrons.pm:sub article_requests {
Koha/Patrons.pm:sub article_requests_current {
Koha/Patrons.pm:sub article_requests_finished {

The ones in Koha::Patrons are wrong

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


More information about the Koha-bugs mailing list