[Koha-bugs] [Bug 13024] Nonpublic note not appearing in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 16:40:55 CEST 2015


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m
             Status|Signed Off                  |Failed QA

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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'};

2/ The non public notes does not appear in the relatives issues table.

3/ Do you know what is the span class "circ-hlt"?

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.


More information about the Koha-bugs mailing list