http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14201
--- Comment #15 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #14) > 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? See also my commit messages. I checked it too. The computerfile is out of date. The difference above is not really interesting. The positions 20-23 are hardcoded 4500 (see template too) and should not be changed at all. -- 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/
