https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34508
Anneli Österman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anneli.osterman@koha-suomi. | |fi --- Comment #1 from Anneli Österman <[email protected]> --- I can confirm that this is still an issue. It also works like this: I'm using Copy and replace 1st field 264c to field 264c with regex to strip the trailing dot. 264 1 _a Helsinki: _b Sangatsu Manga, _c [2017]. 264 3 _a Liettua: _b ScandBook UAB 264 4 _c ©2017. It ends up like this 264 1 _a Helsinki : _b Sangatsu Manga, _c [2017] 264 3 _a Liettua : _b ScandBook UAB _c [2017] 264 4 _c [2017] So it adds subfield c to the second 264 with the first ones data and changes third ones field c with the data from first field. If I try to modify All fields the result is like this: 264 1 _aHelsinki : _bSangatsu Manga, _c[2017] 264 3 _aLiettua : _bScandBook UAB _c©2017 264 4 _c It "moves" the third field's subfield c to the second field and leaves the third one "empty". These make using MARC modification templates/batch MARC modification almost impossible when the field is repeated. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
