http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5572
--- Comment #15 from Stefano Bargioni <[email protected]> 2011-10-13 11:04:30 UTC --- I tested the latest patch (attachment 4730) in Koha 3.2.3 and 3.2.7 (production environment). It works. Two little questions: I changed $marcrecord->insert_grouped_field($field_to); with $marcrecord->insert_fields_ordered($field_to); This will avoid that a modified 700, for instance, will be placed at its correct place and not after every 7xx field, like 740. The second one is the performance: if the change involves hundreds of biblios, it is very slow and a web server timeout can occurr. I hope to test the patch in Koha 3.4.4 ASAP. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
