Bug 35248: Drop ->place_booking
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 30 Jan 2024 07:34:56 +0000 (07:34 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Mar 2024 08:38:45 +0000 (09:38 +0100)
commit6b8c52104c2d2930ed68b66578ebdda507065469
tree4a27f84d3e2c7d718b97b329b62eb46e8630b233
parent3496ebee89b9d3ee9d4c22fb772038038010bac1
Bug 35248: Drop ->place_booking

These methods were introduced and used in an earlier iteration of the
code, they are no longer called from anywhere (the code in
Koha::Booking->store handles all cases instead) and thus I choose to
remove them rather than add unit tests for them.. They are simple
methods that could be re-introduced as required at a future date.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Biblio.pm
Koha/Item.pm