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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Nick Clemens <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit 4e945dff87a8bc4badb605361c1db63f71b04a07)
    Signed-off-by: Aleisha Amohia <[email protected]>

commit a3d5e03d26e1bc54a8a14765e670c4e77e98bdf6
Author: Jonathan Druart <[email protected]>
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 <[email protected]>
    Signed-off-by: Nick Clemens <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    (cherry picked from commit 7ce6f7895610913f35fb1531faa1a40cefcd5f88)
    Signed-off-by: Aleisha Amohia <[email protected]>

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

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
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to