http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13189 --- Comment #14 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 37747 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37747 [PASSED QA] Bug 13189: (QA Followup) Unit Tests Review of attachment 37747: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13189&attachment=37747) ----------------------------------------------------------------- ::: t/db_dependent/Members.t @@ +189,5 @@
+my $attr_type = C4::Members::AttributeTypes->new("TEST", "Test Description"); +$attr_type->staff_searchable(1); +$attr_type->store(); +SetBorrowerAttributes($addmem, [ { code => 'TEST', value => 'XYZZYX' } ] ); +$results = Search( "XYZZYX", undef, undef, undef, undef, undef, 1 );
It was really not a good idea to push this patch. It introduces a call to C4::Members::Search (I fight with it for months to remove SQLHelper...) -- You are receiving this mail because: You are watching all bug changes.