[Koha-bugs] [Bug 5572] refinements to function merge sub merge in C4::AuthoritiesMarc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 13:04:30 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5572

--- Comment #15 from Stefano Bargioni <bargioni at pusc.it> 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.


More information about the Koha-bugs mailing list