[koha-commits] main Koha release repository branch master updated. v16.05.00-931-g0f4644a

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:15:37 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  0f4644a5bf7a43b117fbf6642b6db0479fdc58ed (commit)
      from  f9e3639da7ef02a6ca08014179d216e1d938a401 (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 0f4644a5bf7a43b117fbf6642b6db0479fdc58ed
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Fri Sep 16 18:49:19 2016 +0300

    Bug 17312 - Typo in members-toolbar.inc / moremember-brief.tt / moremember.tt
    
    The following three templates are using [% guarantorborrowernumber %]
    while they should be using [% guarantor.borrowernumber %]:
    
    members/members-toolbar.inc
    members/moremember-brief.tt
    members/moremember.tt
    
    This doesn't result in any breakage; just a couple of 'Edit' links that
    do not pass the guarantorid in the URL, and one case where guarantor
    information is not shown in the staff client.
    
    This patch fixes that.
    
    Test plan:
    0) [PREREQUISITE] Create a patron with a guarantor if you don't have one.
    1) Go to Home > Patrons and search for a patron that has a guarantor. In
       the Details page for that patron, the 'Edit' link in the toolbar does
       not pass the guarantor's id in the URL (...&guarantorid=&...).
    2) In the same page, the 'Edit' link under the patrons name (immediately
       under 'Guarantor') again does not include the guarantor id in the URL.
    3) Go to Home > Patrons and click on 'New patron'. Pick any category from
       the drop down menu. Enter the Surname, First name, and Date of birth
       of the patron you used in step 1). This triggers the 'Duplicate patron
       record?' warning -- click on 'View existing record' and notice how the
       guarantor information is missing.
    4) Apply the patch.
    5) Repeat steps 1), 2), and 3) above. The URLs are fixed and patron info
       is showing.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc       |    2 +-
 .../intranet-tmpl/prog/en/modules/members/moremember-brief.tt      |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt      |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list