Bug 24418: Add Koha::Biblio->suggestions
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 14 Jan 2020 13:09:40 +0000 (10:09 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 20 Jan 2020 16:37:22 +0000 (16:37 +0000)
commit8d2642d33e08d85d8a215a09100886d1e94a43c8
tree5b37011d8b964dfc5e0aa50288eb756eb8d43279
parentc0e2912ee6e16c1236688f10b60454689d9405e5
Bug 24418: Add Koha::Biblio->suggestions

This patch adds the mentioned accessor. To test:

1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/Biblio.t
=> SUCCESS: Tests pass
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Biblio.pm