Bug 13998: Reintroduce use of Koha::Database for C4::Ratings
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 15 Apr 2015 11:47:29 +0000 (13:47 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 20 Apr 2015 13:24:13 +0000 (10:24 -0300)
commitbc9cb1e187a09bbb2cf85274f888ce086454a4cd
tree733f361d1d0f66d35cb51790d303a75c1704a5b8
parent20dc9ce5a1255fa7722e23b9300de19ec35eda16
Bug 13998: Reintroduce use of Koha::Database for C4::Ratings

It has been removed by bug 13852, because before bug 13852,
Koha::Database was used in C4:Members which was used by
C4::VirtualShelves which was used by C4::Auth which was finally used by
C4::Ratings...

Test plan:
At the opac, record detail page, note the record using the stars.
Without this patch it does not work.

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
http://bugs.koha-community.org/show_bug.cgi?id=12998
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Ratings.pm