http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024 --- Comment #8 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #4)
QA comments:
1/ The items.itemnotes does not appear in the return table (already before this patch). I think it's because of circ/returns.pl: 577 $ri{itemnote} = $biblio->{'itemnotes'}; should be 577 $ri{itemnote} = $item->{'itemnotes'};
Can't reproduce, is it fixed in master?
2/ The non public notes does not appear in the relatives issues table.
Fixed!
3/ Do you know what is the span class "circ-hlt"?
It makes text bold and red. Not sure why we only do that for notes on the day its checked out but that's how it is.
Marked as Failed QA for 2, but it would be great to see 1 fixed too.
-- You are receiving this mail because: You are watching all bug changes.