https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32950
--- Comment #5 from Bernard <[email protected]> --- Ignore comment 4. I forgot to restart_all so the patch didn't take effect :) Works as expected. Move (all) results in: 020 _a 9781003182870 _q (ebk) 020 _a 1003182879 020 _a 9781000407204 _q (electronic bk. : EPUB) 020 _a 1000407209 _q (electronic bk. : EPUB) 020 _a 9781000407167 _q (electronic bk. : PDF) 020 _a 1000407160 _q (electronic bk. : PDF) 020 _q (hbk.) _a 9781032023175 020 _q (pbk.) _a 9780367760380 .. which has correctly moved all the subfield z's to a's. Also tested the other variants (Move 1st, copy (1st/all), copy and replace (1st/all). These work as I'd expect but could use some better documentation or examples in the manual so we know what these do: 1. Move (1st): Copied the 1st 020z it finds and replaced the 1st 020a it finds with that. 2. Move (all): [see above - already tested] 3. Copy (1st): Copied the 1st 020z into the 1st 020a but added it as another "a" instead of replacing the existing "a" 4 Copy (all): Copied the 020a 020z fields to any other 020 that has a z, but leaves the existing "a"'s too. 5. Copy and replace (1st): Copied the 1st 020z to the 1st 020a and overwrote the latter. Functionaly equivalent to Move (1st) 6. Copy and replace (all): Same as Move (all) but it left in place the 2 x "z"s which were copied from -- 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/
