Bug 23821: Remove new occurrence of create_helper_biblio
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Oct 2019 10:25:42 +0000 (12:25 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 17 Oct 2019 13:52:43 +0000 (14:52 +0100)
commit8870bc334b5de70dc4169a4ff126c3798473fcf3
tree268dc3d2fa3502c6c497609ebbcde0ee2f028067
parent195d0ba68066b109a955e8cb88a6f8bd068b9295
Bug 23821: Remove new occurrence of create_helper_biblio

create_helper_biblio subroutines have been remove from bug 21798, but
one occurrence have been reintroduced by bug 7614. We must use
build_sample_biblio instead.

Test plan:
  prove t/db_dependent/Koha/Libraries.t
should return green.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
t/db_dependent/Koha/Libraries.t