[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-26-g8c2788855a

Git repo owner gitmaster at git.koha-community.org
Tue May 12 00:32:11 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  8c2788855a4489d9ad0ff28f81ad48c9d19da9cf (commit)
       via  fd531c242b7a74725a0bf21cf541a012470789ac (commit)
      from  6ae8f92f35f844c057254d7bac7254aee157e960 (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 8c2788855a4489d9ad0ff28f81ad48c9d19da9cf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 8 11:28:31 2020 +0200

    Bug 25046: Add test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit e370007f0e04945a82a1fa1af42bfc84ab8855b4)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit fd531c242b7a74725a0bf21cf541a012470789ac
Author: Andreas Roussos <a.roussos at dataly.gr>
Date:   Thu Apr 2 19:14:57 2020 +0200

    Bug 25046: Include borrowers.othernames in SELECT statement
    
    In C4/Utils/DataTables/Members.pm, the SELECT statement that fetches
    patron data from the database does not include borrowers.othernames
    in the field list. As a consequence, when the output is in the form
    of a DataTable, the Template Toolkit files that refer to .othernames
    (such as the patron-title.inc include) won't display the information
    from the 'Other name' input field if that field has been filled in.
    
    This patch fixes that.
    
    Test plan:
    0) Have a few patrons with some data in the 'Other name' field.
    1) Perform a generic search in Home > Patrons to ensure you will get
       a DataTable with results.
    2) Observe that the 'Name' column does not include 'Other name' info.
    3) Apply the patch, and restart Plack if necessary.
    4) Repeat your search: this time you should see the information from
       the 'Other name' field, it will be next to the patron's First name
       and within parentheses.
    
    Sponsored-by: Eugenides Foundation Library
    Signed-off-by: Devinim <nazli at devinim.com.tr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5b10df8bf77c8e7148caf042221d2ecd946742fa)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Utils/DataTables/Members.pm            |  1 +
 t/db_dependent/Utils/Datatables_Members.t | 12 +++++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list