[koha-commits] main Koha release repository branch master updated. v16.05.00-44-gfc35a50

Git repo owner gitmaster at git.koha-community.org
Sat Jun 4 09:32:53 CEST 2016


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  fc35a5099f613c08d12be1d67fd027d4a5eaf99c (commit)
      from  6cd592ba3b18236a3c0f82873d4444c1f884f37c (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 fc35a5099f613c08d12be1d67fd027d4a5eaf99c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 11 12:00:01 2016 +0100

    Bug 16458: Update library when a guarantor is set
    
    If you edit a patron from the Edit link of the patron information block
    (step 1 of the memberentry script), the branchcode is not displayed. If
    you set a guarantor to a child from this form, a JavaScript error will
    be raised:
      JavaScript error form.branchcode is undefined
    
    It happens because there is the branchcode is not displayed and there is
    no element with a branchcode name.
    
    To avoid this issue, a branchcode hidden input is added to the form and
    it will be updated when a guarantor is selected (same behavior as when
    you edit a patron using the complete form).
    
    Test plan:
    Edit a patron using the Edit link of the patron info block (not the Edit
    button in the toolbar)
    Set a guarantor
    => Notice that the branchcode of the patron has been updated with the
    branchcode of the guarantor
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt      |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list