[Koha-bugs] [Bug 20728] New: Remove subroutines GetLastOrder*

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 8 18:06:11 CEST 2018


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

            Bug ID: 20728
           Summary: Remove subroutines GetLastOrder*
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 20276

There are 2 subroutines from C4::Acquisition that could be removed:
- GetLastOrderReceivedFromSubscriptionid
- GetLastOrderNotReceivedFromSubscriptionid

After bug 20726 only GetLastOrderReceivedFromSubscriptionid will be used (from
acqui/neworderempty.pl) and this call could be replaced easily with
Koha::Acquisition::Orders

The code (+ tests) related to these 2 subroutines could then be removed.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20276
[Bug 20276] GetCourseItem is using the wrong call  to get itemnumber
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list