8 Dec
2017
8 Dec
'17
6:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18458 --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Current approach was: $9 Controlled fields Old extra fields The controlled fields form a block; $9 should be moved to the end. Your approach is: Extra-prefix Controlled block Extra-postfix $9 With our current Koha records $9 will be the first one as long as it has not been saved with this patch. So we need to avoid $9 in this loop (amended). Note that since $i from your 7XX example has been moved backwards, it will not automatically move to the front anymore. But new 7XXs with $i $a will be okay. Adding a subtest in Merge.t -- You are receiving this mail because: You are watching all bug changes.