[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-92-g2e3f04a299

Git repo owner gitmaster at git.koha-community.org
Fri Feb 14 19:37:36 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.05.x has been updated
       via  2e3f04a299297ee13f7b74f3df5a22f90c49a940 (commit)
      from  89a84cb9fbed1b4a30b922078dd415efe6289f42 (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 2e3f04a299297ee13f7b74f3df5a22f90c49a940
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>
    (cherry picked from commit 24f68264d45efc4223a98c92c46f7bf5039bfc33)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Reports/Guided.pm            |  6 +++---
 t/db_dependent/Reports/Guided.t | 15 ++++++++++-----
 2 files changed, 13 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list