[Koha-bugs] [Bug 28210] New: C4::Circulation::LostItem should pass through skip_record_index to MarkIssueReturned

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 23 17:46:38 CEST 2021


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

            Bug ID: 28210
           Summary: C4::Circulation::LostItem should pass through
                    skip_record_index to MarkIssueReturned
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

With Bug 27281 we removed a superflous call to update the homebranch of items
in transfer.

However, this highlighted a test that needed to be removed and lead to the
removal of the 'skip_record_index' parameter from the method signature.

This lead Nick to spot that we never passed the parameter on to
MarkIssueAsReturned when we should..

This bug will add back the parameter in LostItem, add a test for the
MarkIssueReturned case and start passing the parameters through properly.

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


More information about the Koha-bugs mailing list