[koha-commits] main Koha release repository branch new/bug_9329 created. v3.08.00-1729-g0dca3e5

Git repo owner gitmaster at git.koha-community.org
Fri Feb 8 15:05:04 CET 2013


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, new/bug_9329 has been created
        at  0dca3e58a77fc18e2424066e23af42b440be11f5 (commit)

- Log -----------------------------------------------------------------
commit 0dca3e58a77fc18e2424066e23af42b440be11f5
Author: Adrien Saurat <adrien.saurat at biblibre.com>
Date:   Fri Dec 28 16:37:59 2012 +0100

    Bug 9329: Wrong message for already expired cards
    
    Previously users would see the same message whether their card was about
    to expire or was already expired. This patch adds a new message to
    handle cards which are about to expire, following the
    NotifyBorrowerDeparture system preference.
    
    TEST PLAN :
    
    The best way to test would to have at the same time :
    - a SQL client to change the expiry date of a borrower
    - an OPAC session opened for the same patron.
    
    Case 1: expiry date is set in the future
    -> no warning
    
    Case 2: expiry date is set in the near future (within the
    "NotifyBorrowerDeparture" system preference range)
    -> a warning says the card will expire on **date**
    
    Case 3: expiry date is set in the past
    -> before patch, same warning as Case 2
    -> after patch, new warning indicating that the card has expired
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Added description to the patch and copied test plan from the bug report.
    Patch passes test plan.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 606279b5f19d9a6da48dfae7ed61e110ab245e72
Merge: 180a4d8 a0b885c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Feb 8 09:02:57 2013 -0500

    Merge branch 'bug_9320' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list