[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.06-17-g1bf0d71710

Git repo owner gitmaster at git.koha-community.org
Fri Jun 12 01:03:54 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.11.x has been updated
       via  1bf0d71710f52d7e398e8cb89808aa23de65fed5 (commit)
       via  a3d5e03d26e1bc54a8a14765e670c4e77e98bdf6 (commit)
      from  ec82606a3ad0371cac8427a01cb058a9df36dbc2 (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 1bf0d71710f52d7e398e8cb89808aa23de65fed5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 21 15:35:33 2020 +0200

    Bug 25567: Fix typo categorycode vs category_code
    
    Well, this is actually the real root of the error!
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4e945dff87a8bc4badb605361c1db63f71b04a07)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit a3d5e03d26e1bc54a8a14765e670c4e77e98bdf6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 21 15:30:35 2020 +0200

    Bug 25567: Prevent patron category type's categorycode to be created with ""
    
    It must be NULL/undef, the default from the DB.
    
    The method Koha::Patron::Attribute::Type->categorycode is not covered by tests!
    
    To recreate:
    Create a new patron attribute type, don't select a patron's category (and not repeatable or unique)
    Go to the batch patron modification tool, enter a cardnumber, next.
    => boom!
    Apply the patch, edit the patron attribute, save
    Go to the batch patron modification tool, enter a cardnumber, next.
    => success!
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 7ce6f7895610913f35fb1531faa1a40cefcd5f88)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 admin/patron-attr-types.pl | 11 +++++++++++
 tools/modborrowers.pl      | 12 ++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list