Bug 29874: Remove unused method C4::SIP::ILS::Item::fill_reserve
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 13 Jan 2022 12:54:33 +0000 (09:54 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 11 Feb 2022 00:44:23 +0000 (14:44 -1000)
commitb8038cfe33752053a78aaba3694471f0341a64fc
treee6db5bcf07142716da6cbdcd9569e007ca65fe45
parentb1842ffb58ecbdd0b8e3ab787faf6e17116820ac
Bug 29874: Remove unused method C4::SIP::ILS::Item::fill_reserve

This patch removes the unused method.

Likely a leftover from ancient ages. AddIssue already fills the hold and
is called in the Checkout.pm library.

To test:
1. Run:
   $ git grep fill_reserve
=> FAIL: Notice it is only mentioned in the line that defines it
2. Apply this patch
3. Repeat 1
=> SUCCESS: Removed.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/SIP/ILS/Item.pm