[koha-commits] main Koha release repository branch master updated. v16.11.00-718-ga723de2

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:27:05 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  a723de2ae0c393743fc111955ee81b5e6c5b7f4a (commit)
      from  b76eac9ca2c32a5db51b9b8ca32a2cf4fa6397b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a723de2ae0c393743fc111955ee81b5e6c5b7f4a
Author: Marc Véron <veron at veron.ch>
Date:   Fri Mar 10 11:22:24 2017 +0100

    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 at cdalibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Patroncards/Patroncard.pm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list