[Koha-bugs] [Bug 19058] New: Move C4::Reserves::GetReserveId to Koha::Holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 7 23:01:32 CEST 2017


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

            Bug ID: 19058
           Summary: Move C4::Reserves::GetReserveId to Koha::Holds
 Change sponsored?: ---
           Product: Koha
           Version: master
          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: 19057
            Blocks: 17728

GetReserveId can easily be replaced with a call to
Koha::Holds->search->next->reserve_id

It will ease next changes to use Koha::Hold objects


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728
[Bug 17728] Move C4::Reserves code to the Koha namespace
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057
[Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list