[koha-commits] main Koha release repository branch master updated. v3.16.00-rc-5-ga672240

Git repo owner gitmaster at git.koha-community.org
Thu May 22 18:30:02 CEST 2014


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  a672240a7575d25c554cbbf003abee00aa3f7e89 (commit)
      from  6b928438ce06f7f7d664766b8206001c57bea817 (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 a672240a7575d25c554cbbf003abee00aa3f7e89
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue May 20 16:07:17 2014 +0200

    Bug 12292: ensure that patrons are not displayed as restricted even when the last restriction has expired
    
    This is the same issue as bug 12134, but for the patron deatils page.
    
    Test Plan:
    1) Add a manual restriction to a patron and wait until the
       expiration date of the restriction has passed.  This can be
       simulated by modifying borrowers.debarred for a borrower and
       setting the date in the past.
    2) Go on the detail page for a patron (members/moremember.pl)
    3) Note the warning message
        "Patron is restricted until XX/XX/XXXX View restrictions"
    4) Apply this patch
    5) Repeat step 2
    6) Note the warning message does not appear anymore
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no errors.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 members/moremember.pl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list