https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16503 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Chris Nighswonger <cnighswonger@foundations.edu> --- (In reply to Barton Chittenden from comment #0)
The description for "Data field" under label-edit-layout.pl shows
"Enter a comma separated list of fields to print. You may include any Koha field or MARC subfield.
See online help for advanced options
ex: barcode, itemcallnumber, title, "050a 050b", 300a
Fields homebranch_description, holdingbranch_description, ccode_description, location_description and permanent_location_description show description instead of code."
This seems to indicate that grouping fields using quotes, non-comma separated, *should* work:
This is a "vestigial example." The feature itself never quite made it in. A quick look over the code shows that there does not appear to be any code to handle this feature. It is described in the formal documentation as "concatenating and keeping on a single line." If one were to write code to handle this, it would probably best go here: http://tinyurl.com/j9o4au3 -- You are receiving this mail because: You are watching all bug changes.