[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-41-gf77e44e3df

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 16:42:49 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, 20.05.x has been updated
       via  f77e44e3dfc525a6b6c09ab8f1564ff23264657c (commit)
      from  51d3010b71f3f30492f6c0655ef2fd06ba909690 (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 f77e44e3dfc525a6b6c09ab8f1564ff23264657c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 1 15:07:49 2020 +0200

    Bug 25624: Add --where option to update_patrons_category.pl
    
    The script did not allow to find empty fields or use wildcards
    
    With this new option we will now have the ability to filter patrons by
    some of their attributes.
    
    Test plan:
    1 - Run the script with no parameters and verify the help explains the parameters
    2 - Try the script with one or more --where parameters, like:
      --where "firstname='koha'"
    3 - Test null values
      --where "firstname IS NULL"
    4 - Test like values with wildcards
      --where "firstname LIKE '%a%'
    5 - Test like with the word null to find fields containing the word rather than being unset
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit aa8ee99fb77f3de1904efe52d0bbd847cc4e63aa)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/update_patrons_category.pl | 33 +++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list