1 Aug
2025
1 Aug
'25
1:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40508 --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Marcel de Rooy from comment #7)
Setting the length to 9999 is definitely wrong.
9999 is the default found in the code, for example: authorities.pl line 104: # determine maximum length; 9999 bytes per ISO 2709 except for leader and MARC21 008 my $max_length = 9999; -- You are receiving this mail because: You are watching all bug changes.