Koha/C4/SIP/ILS
Tomas Cohen Arazi b8038cfe33 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>
2022-02-10 14:44:23 -10:00
..
Transaction Bug 29869: Remove C4::Reserves::ModReserveFill 2022-02-10 14:44:22 -10:00
Item.pm Bug 29874: Remove unused method C4::SIP::ILS::Item::fill_reserve 2022-02-10 14:44:23 -10:00
Item.pod
Patron.pm Bug 29754: Don't include patron when fetching guarantees fines 2022-02-09 22:01:36 -10:00
Patron.pod
Transaction.pm Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00