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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 2 Apr 2017 17:10:11 +0000 (19:10 +0200)
commitda9371a1d6a257d6d598c9299a33aedff183fc4c
tree7afbf54e20cb56298d6c4bf75ab85b81ee601a1e
parent92ddd4bbc7f3f40241202ae19750e93d5ee2d30b
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>
C4/Patroncards/Patroncard.pm