]> git.koha-community.org Git - koha.git/commit
Bug 12112: remove disused routine C4::Breeding::ImportBreeding()
authorGalen Charlton <gmc@esilibrary.com>
Sat, 19 Apr 2014 21:57:08 +0000 (21:57 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Sep 2014 14:39:05 +0000 (16:39 +0200)
commit79b0191649809ac198bc1f0a57e7db1a68e4df39
treee369b49d7900f058be4e1ad9b63f46b6d9182f65
parent1abe2442178ae6e87f51fd3a288769b1e33eb7f9
Bug 12112: remove disused routine C4::Breeding::ImportBreeding()

This patch removes the ImportBreeding() routine, which lost its
last caller as of the patch for bug 10462.

To test:

[1] Verify that prove -v t/Breeding.t passes.
[2] Perform a Z39.50 search in the staff interface.
[3] Perform a cataloguing reservoir search in the staff
    interface; verifying that cached records from the search
    done in step 2 are retrieved.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 990bb17e14efb8a2c16236c89ef5869dcfc48ad4)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Breeding.pm