https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16868
--- Comment #10 from M. Tompsett <[email protected]> --- Comment on attachment 53454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53454 Bug 16868: Silence error t/db_dependent/Linker_FirstMatch.t Review of attachment 53454: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16868&attachment=53454) ----------------------------------------------------------------- ::: t/db_dependent/Linker_FirstMatch.t @@ -36,3 @@ > my $tag = $bibfield->tag(); > - $tag =~ s/^./6/; > - $bibfield->update(tag => $tag); For the record, this code never worked. It doesn't change the tag, it adds a subfield called tag. -- 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/
