17 Jul
2024
17 Jul
'24
9:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37364 --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Ooohh.. ordering is already correct:
as_string( [$subfields] [, $delimiter] ) Returns a string of all subfields run together. A space is added to the result between each subfield, unless the delimiter parameter is passed. The tag number and subfield character are not included.
Subfields appear in the output string in the order in which they occur in the field.
If $subfields is specified, then only those subfields will be included.
-- You are receiving this mail because: You are watching all bug changes.