Bug 18244: Patron card creator does not take in account fields with underscore (B_add...
authorMarc Véron <veron@veron.ch>
Fri, 10 Mar 2017 10:22:24 +0000 (11:22 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 21 Apr 2017 10:09:12 +0000 (12:09 +0200)
commitcccb8672f529ac366614661d01ef94ee2eb82be7
tree2ac12c06e105296e12fafd574c53698e90e59387
parent2a552e68a7478fb08e25762ceb801226357a8ba5
Bug 18244: Patron card creator does not take in account fields with underscore (B_address etc.)

Fields with underscore like B_address do not print on patron cards.

To reproduce:
- Create patron card layout using fields with underscore in their name
  (e.g. <surname><B_address> )
- Print (export) patron card
- Verify that fields without underscore are replaced by their value,
  but fields with underscore do not replace but show the field name

To test:
- Apply patch
- Try to reproduce and verify that fields with underscore are replace
  as expected

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit a723de2ae0c393743fc111955ee81b5e6c5b7f4a)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
(cherry picked from commit da9371a1d6a257d6d598c9299a33aedff183fc4c)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Patroncards/Patroncard.pm