2 Dec
2015
2 Dec
'15
10:51 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Kyle M Hall from comment #8)
(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?
Hum, it works actually. Sorry about that. Not sure what I tested. -- You are receiving this mail because: You are watching all bug changes.