[Koha-bugs] [Bug 2944] Search to add items to a label batch broken

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Wed Apr 8 16:08:25 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2944


Amr Denni <a.denni at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.denni at yahoo.fr




--- Comment #4 from Amr Denni <a.denni at yahoo.fr>  2009-04-08 14:08:25 ---
Same bug for me on koha 3.00.01.005 No-zebra.

Resolved in lib/C4/Search.pm by changing the line :

return ( undef, $search_result, scalar($search_result) );

by

return ( undef, $search_result, scalar($result->{hits}) );

Please test.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list