24 Feb
2025
24 Feb
'25
9:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551 --- Comment #106 from Fridolin Somers <fridolin.somers@biblibre.com> --- I think for performance, this call should be outside validator : my ( $id_tag, $id_code ) = GetMarcFromKohaField( 'biblio.biblionumber', '' ); Because validator is called in the loop. We have some use of export more that 1 million records :) -- You are receiving this mail because: You are watching all bug changes.