Bug 28210: Pass skip_record_index through LostItem
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 23 Apr 2021 15:48:52 +0000 (16:48 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 27 Apr 2021 09:24:02 +0000 (11:24 +0200)
commit00883fc411975905710c1a53fedd300a6d3a37ab
tree2e3fbd4c05a2c11f29f6cd4ffc318c1b5f52653a
parent9dbe57b5648b776298576d91c684154f8cc54a39
Bug 28210: Pass skip_record_index through LostItem

This patch restores the skip_record_index optional parameter for
LostItem and passes it through to MarkIssueReturned as required.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm