http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6121 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #3 from Paul Poulain <paul.poulain@biblibre.com> 2011-08-10 11:46:40 UTC --- QA comment : The patch works as expected, but there's something strange: - <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = overloo.biblionumber %][% overloo.title |html %] [% overloo.subtitle |html %] + <td>[% INCLUDE 'biblio-default-view.inc' biblionumber = reserveloo.biblionumber %][% overloo.title |html %] [% overloo.subtitle |html %] I think the move overloo => reserveloo for biblionumber is wrong = we are not in reserveloop here, so it will be always empty. I've checked, and in the overloop, the link is wrong. If I switch back to overloo.biblionumber, it's OK. I add a trivial follow-up, and mark passed QA, nothing else to add to QAing. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.