Bug 23900: Teach label maker to concat database fields
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Nov 2019 16:54:56 +0000 (17:54 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 13 Apr 2020 19:17:01 +0000 (19:17 +0000)
commit8052278d1ec60cd49cd78b37e4959b9cfa17096d
treef946b87d08ac74a503a3c18e960da9c9d814d88e
parent80f886090bc0e72396fd4f0d5f0c8bf9eebcd394
Bug 23900: Teach label maker to concat database fields

Test plan:
- define a label layout with this field list: "100a 245s","enumchron copynumber"
- find or create a record with values for all of those fields
- generate a label for that record
- the 100a and 245s successfully display on one line
- the enumchron and copynumber are displayed and separated by a space

Try other combinations

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 839e11eefd01c6e5bf36effaef09028c443ed386)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Labels/Label.pm