https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893
--- Comment #114 from David Gustafsson <[email protected]> --- (In reply to Ere Maijala from comment #113) > Is there a real use case for not adding the space? Obviously it's not needed > if it's there already, but that can be done automatically. > > I'm asking because conditional logic here gets a bit more complicated when > you take optional subfields into consideration. What I mean is that the rule > > marc_field: 245(ab)cdef > > is clear when both a and b exist, but what if there's only acd? Perhaps not, but It would be a major thing to add so if people have use for it it could be added at low cost. If fields does not exist they will be skipped, so if there is only acd, (ac) will become a, and c and d added as separate values. -- 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/
