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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to