http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367
--- Comment #3 from David Cook <[email protected]> --- Comment on attachment 41642 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41642 Bug 14367: Add MARC record history Review of attachment 41642: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14367&attachment=41642) ----------------------------------------------------------------- ::: C4/Biblio.pm @@ +141,5 @@ > &TransformHtmlToXml > prepare_host_field > ); > + > + # History functions Are we adding new functions to C4::Biblio, or should these have gone into something like Koha::Metadata::History? ::: cataloguing/addbiblio.pl @@ +299,5 @@ > my $index_subfield = CreateKey(); # create a specifique key for each > subfield > > + my $taghistory = $history->{$tag}->{$subfield}; > + if (defined $taghistory ) { > + warn "TAG HIST: $tag/$subfield", Dumper($taghistory); This looks like debugging code, no? @@ +523,4 @@ > my @BIG_LOOP; > my %seen; > my @tab_data; # all tags to display > + #print STDERR "usedTagsLibs: ", Dumper(@$usedTagsLib); Also looks like debugging code -- 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/
