http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5243 --- Comment #3 from Fridolyn SOMERS <fridolyn.somers@gmail.com> 2010-10-28 07:38:47 UTC --- (In reply to comment #2)
Is this happening in 3.2.0? Your proposed patch won't hurt anything, but it shouldn't be necessary since C4::Search exports SimpleSearch by default.
Yes it is present in 3.2.0. When I create a new authority, I have this message : Undefined subroutine &C4::AuthoritiesMarc::SimpleSearch called at /usr/share/koha/lib/C4/AuthoritiesMarc.pm line 902. I noticed that the full method is present line 362 : my ($err,$res,$result) = C4::Search::SimpleSearch($query,0,10); So why make it different at line 902 ? -- 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.