[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-108-gc9f03be65a

Git repo owner gitmaster at git.koha-community.org
Mon Feb 10 23:55:54 CET 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.11.x has been updated
       via  c9f03be65ad5da374ce453e5bdedc65bcfdcaab3 (commit)
       via  24f68264d45efc4223a98c92c46f7bf5039bfc33 (commit)
       via  ed1b52a15d689a10cc522cfb5611a9d8036f2f84 (commit)
       via  551a96a5265acc5a1082462ebd2bc1d814c703b4 (commit)
      from  7222662bf51cf57f2cf4bfa016935f56d70aff41 (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 c9f03be65ad5da374ce453e5bdedc65bcfdcaab3
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 24 18:18:33 2020 +0000

    Bug 24497: Turn off smartIndent for SQL
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 24f68264d45efc4223a98c92c46f7bf5039bfc33
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 24 14:58:25 2020 +0000

    Bug 24511: Update variable names to avoid confusion
    
    To test:
    1 - Create a report
        SELECT borrowernumber, firstname, surname, email, emailpro FROM borrowers WHERE surname='acosta'
    2 - Create or edit patron with surname acosta to have a separate email and emailpro
    3 - perl misc/cronjobs/patron_emailer --notice HOLDS --module reserves --verbose --email emailpro --report ## --from 'me at you.us'
    4 - Note email is used, not email pro
    5 - Apply patch
    6 - Repeat, correct eamil is used
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit ed1b52a15d689a10cc522cfb5611a9d8036f2f84
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 24 23:25:20 2020 +0000

    Bug 24515: Column Configuration for pay-fines-table does not hide Account Type properly
    
    This patch corrects the order of the columns in the columns
    configuration YML file. The incorrect order was causing the wrong column
    to be hidden when changing the columns settings for the table in
    Administration.
    
    To test, apply the patch and go to Administration -> Columns settings.
    
     - Under Patrons -> pay-fines-table, test hiding the account_type and
       description columns, together and separately.
     - Verify that the correct columns are hidden on the pay fines screen
       (Patron -> Accounting -> Make a payment)
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 551a96a5265acc5a1082462ebd2bc1d814c703b4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 24 11:13:53 2020 +0100

    Bug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8
    
     $ prove t/db_dependent/Koha/Checkouts/ReturnClaim.t
     t/db_dependent/Koha/Checkouts/ReturnClaim.t ..
         #   Failed test 'Exception field is correct'
         #   at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 97.
         #          got: 'return_claims.issue_id'
         #     expected: 'issue_id'
         # Looks like you failed 1 test of 8.
     t/db_dependent/Koha/Checkouts/ReturnClaim.t .. 1/1
     #   Failed test 'store() tests'
     #   at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 133.
    
    This is similar to bug 23825.
    
    Test plan:
    Confirm that the tests pass on MySQL8 and MariaDB
    
    Signed-off-by: Tomás Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Reports/Guided.pm                                      |  6 +++---
 admin/columns_settings.yml                                |  4 ++--
 .../prog/en/modules/reports/guided_reports_start.tt       |  3 ++-
 t/db_dependent/Koha/Checkouts/ReturnClaim.t               |  4 ++--
 t/db_dependent/Reports/Guided.t                           | 15 ++++++++++-----
 5 files changed, 19 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list