[Koha-bugs] [Bug 8733] Adding critic reviews to book pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 31 12:32:51 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8733

--- Comment #19 from Jonathan Druart <jonathan.druart at biblibre.com> ---
I got the same problem as last time.

The detail page does not displayed the readometer, the critic rating and the
reviews.

The isbn variable is always undefined in the following test:
[% IF ( IDreamBooksReviews || IDreamBooksReadometer ) %]
        var isbn = $(".isbn:last").text().split(" ")[1];
        // I pass here
        if (isbn) {
        // I never pass here

There is no isbn class in my generated html!
What I missed?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list