]> git.koha-community.org Git - koha.git/commit
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)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Fri, 17 Mar 2023 17:27:55 +0000 (17:27 +0000)
commit8c5d11a060fc77c0d2eda03cbd3822e1c100e132
treeaddb6a6edb188a69256ae0d067f171968aabe1f8
parent3a1cee76b08890c410d0c820932a133117ea02bd
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>
(cherry picked from commit 79e3fd1640dd2dc96f9157745224a84c4e0cf632)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Koha/Biblios.pm