Bug 17630: Add the Koha::Biblio->holds method
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Nov 2016 11:37:30 +0000 (11:37 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Dec 2016 14:51:53 +0000 (14:51 +0000)
commit6475f83189f2565173a8deb6b1afd363b84a7607
treeafcfd6e30c45f2c03e38f8824332f49e4647b3dd
parent35a8fe0bd11777c785d9d4ca73edb05fdc1f1ecd
Bug 17630: Add the Koha::Biblio->holds method

This method will be useful to get the current holds placed on a given
bibliographic record.

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Biblio.pm
t/db_dependent/Koha/Biblios.t [new file with mode: 0644]