[koha-commits] main Koha release repository branch master updated. v19.11.00-480-gaad0802f82

Git repo owner gitmaster at git.koha-community.org
Mon Jan 27 11:42:33 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, master has been updated
       via  aad0802f825d7767ce2b103ecbf34419cfa77fc7 (commit)
       via  bebb0eaf2f5e98645ab04688491a6c9f0ad3ae45 (commit)
       via  194cdef333e85c49f998cb38b72c4278b4128d88 (commit)
       via  95231815ccf47253967b02663b34d278117279f5 (commit)
      from  8a468824fd32d96af9e43c26635491d6579c19e2 (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 aad0802f825d7767ce2b103ecbf34419cfa77fc7
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>

commit bebb0eaf2f5e98645ab04688491a6c9f0ad3ae45
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Thu Jan 23 12:18:17 2020 +0000

    Bug 24484: Add explanatory text to batch patron deletion
    
    This patch adds a more detailed explanation about what the tool can do.
    
    To test:
    
    1) Open up the Batch patron deletion and anonymisation tool
    2) Check the help text near the top of the screen
    3) Install the patch and repeat steps 1 and 2
    4) Check the help text has changed to the new version
    
    Signed-off-by: Andrew Fuerste-Henry <andrew 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>

commit 194cdef333e85c49f998cb38b72c4278b4128d88
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>

commit 95231815ccf47253967b02663b34d278117279f5
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>

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

Summary of changes:
 C4/Reports/Guided.pm                                      |  6 +++---
 admin/columns_settings.yml                                |  4 ++--
 .../prog/en/modules/reports/guided_reports_start.tt       |  3 ++-
 .../intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt |  8 +++++++-
 t/db_dependent/Reports/Guided.t                           | 15 ++++++++++-----
 5 files changed, 24 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list