http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8064
--- Comment #12 from mathieu saby <[email protected]> --- I applied 9755, then 8064. I launched "perl updatedatabase.pl" for creating the new syspref. I put 20 records in a list and merge them. Everything works fine : - all items are moved, - holds and checkouts are not lost, - I could move some fields of merged records in destination record - I could remove some fields of reference record from destination record - the report table is nice Ex : with Syspref MergeReportFields "200af,210a,600" the result is : Biblionumber 200$a 200$f 210$a 606$2 606$3 606$9 606$a 606$x 606$y 606$z I have only one comment, regarding the syspref and its description : "example: '001,245ab,600' displays: value of 001 subfields a and b of fields 245 all subfields of fields 600" Maybe the mention of 001 should be removed, as your report table always contains a first column with biblionumber. (I assume here 001 always contains biblionumber. Maybe it is not the case everywhere?) But this is a detail, so I sign off. M. Saby -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
