https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #105 from Alex Arnaud <alex.arnaud@biblibre.com> --- (In reply to Nicolas Legrand from comment #103)
(In reply to David Gustafsson from comment #102) [...]
I think the mapping system was designed for that. I.e
author: 700ba # we get 700$a and 700$b concatenated
And when concatenation is not wanted:
author: 700b author: 700a # We get 700$a and 700$b in 2 different array elements
In that case there are MANY mappings that are defined in the wrong way.
True, but we recently learned the hard way we need those kind of concatenation in the zone 7xx. We have cases of "authorfirstname authorlastname" that don't work and should. Rewriting mappings is not expansive compare to this.
Hello Nicolas, Any exemples of what doesn't work ? -- You are receiving this mail because: You are watching all bug changes.