[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-70-g707f7e6bbc

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 21:45:44 CEST 2020


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, 19.05.x has been updated
       via  707f7e6bbcfeece5cf8801cb4f1fbc9c4dc087cf (commit)
       via  8052278d1ec60cd49cd78b37e4959b9cfa17096d (commit)
      from  80f886090bc0e72396fd4f0d5f0c8bf9eebcd394 (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 707f7e6bbcfeece5cf8801cb4f1fbc9c4dc087cf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 26 12:51:06 2020 +0100

    Bug 23900: Add tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit ca4f14180b90bab2e8185e919a87657c6fba0e2f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8052278d1ec60cd49cd78b37e4959b9cfa17096d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 11 17:54:56 2019 +0100

    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 at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 839e11eefd01c6e5bf36effaef09028c443ed386)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Labels/Label.pm              | 13 +++++++++----
 t/db_dependent/Labels/t_Label.t | 37 ++++++++++++++++++++++---------------
 2 files changed, 31 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list