Bug 28209 - LostItem should pass skip_record_index to MarkIssueReturned
Summary: LostItem should pass skip_record_index to MarkIssueReturned
Status: RESOLVED DUPLICATE of bug 28210
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 27281
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-23 15:44 UTC by Nick Clemens
Modified: 2021-04-26 14:48 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2021-04-23 15:44:03 UTC
As LostItem can be called in a loop during batch item modifications we should allow for passing through the 'skip_record_index' parameter to MarkIssueReturned

Bug 27281 removed the param as it was no longer used and was breaking tests, but we need new code and tests to cover the additional calls
Comment 1 Jonathan Druart 2021-04-26 14:48:50 UTC

*** This bug has been marked as a duplicate of bug 28210 ***