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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 20 Mar 2020 15:16:17 +0000 (15:16 +0000)
commit743eead9fdce5516f85cb38ad00248907971756c
treee78081cfd745c66f4aedffee6d1a40215af2c91c
parent50f0ba0a3a7f7281f6d91a5b7371996e6e199fc3
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>
C4/Labels/Label.pm