Bug 32734: (QA follow-up) Remove stray method
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 17:58:21 +0000 (14:58 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 18:12:09 +0000 (15:12 -0300)
commit79e3fd1640dd2dc96f9157745224a84c4e0cf632
tree50a58dd5f30cfc085cffc87b655e42d9070f1e4e
parenta4fb1ca3d147dfe2757bba10225088db4236d430
Bug 32734: (QA follow-up) Remove stray method

On bug 33083 we introduce a better way to implement a reusable method
for the same functionality.

This patch just removes the one in `Koha::Biblios` and the result should
be the same as the one inherited from  `Koha::Objects::Record::Collections` will be picked instead.

To test:
1. Run:
   $ prove t/db_dependent/Koha/Biblios.t \
           t/db_dependent/api/v1/biblios.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblios.pm