https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551
--- Comment #106 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
