http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14201
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #14 from Jonathan Druart <[email protected]> --- Are we sure they are useless? Maybe there is a bug (the plugin_name parameter could be wrong) in them. The differences are, for marc21_leader_computerfile vs marc21_leader: my $f2023 = substr( $result, 20, 4 ); "f2023" => $f2023, These 2 lines exist in marc21_leader, no in marc21_leader_computerfile. Could we ask for a functional point of view, to know if we should remove them or fix them? -- 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/
