[koha-commits] main Koha release repository branch master updated. v19.05.00-1362-g7f6f4f3

Git repo owner gitmaster at git.koha-community.org
Wed Nov 27 09:16:30 CET 2019


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  7f6f4f3c687cf287ac19a6035f11c63b7a66ade8 (commit)
      from  067403e437803fd6a6c28571b491da3a231c67c1 (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 7f6f4f3c687cf287ac19a6035f11c63b7a66ade8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Nov 26 10:23:36 2019 -0500

    Bug 24113: guarantor info lost when a duplicate is found
    
    When a patron is created with a guarantor but a duplicate is found (or any other warnings I guess) the guarantor's info are lost.
    
    This patch improves on previous functionality by retaining the select guarantor relationship as well.
    
    Test Plan:
    1) Create a new child with a name already used, add a guarantor
    2) Attempt to save, no the guarantor is not shown when the editor is redisplayed
    3) Apply this patch
    4) Restart all the things!
    5) Repeat 1
    6) Note the guarantor is retained and the relationship is as well!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/members/memberentrygen.tt             |    6 ++++--
 koha-tmpl/intranet-tmpl/prog/js/members.js                |    6 +++++-
 members/memberentry.pl                                    |   13 +++++++++++++
 3 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list