http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6720
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #18 from Jonathan Druart <[email protected]> --- QA Comments: my $thisauthtype = GetAuthType(GetAuthTypeCode($authid)); This line is very scabby. It does 2 selects on the auth_header table. But I don't find an other way to do that in our API. Considering the dirty code into the SearchAuthorities routine, I mark as passed QA this patch. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
