[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-107-g125f532

Git repo owner gitmaster at git.koha-community.org
Wed Aug 13 09:56:39 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, 3.14.x has been updated
       via  125f532a92d53aa31960f81e066dfea8eda91b1e (commit)
      from  3ba353197e3d77d461d7da1812742f5810766724 (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 125f532a92d53aa31960f81e066dfea8eda91b1e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 5 15:08:13 2014 +0100

    Bug 8258: Use patron's library's notice for DUEDGST and PREDUEDGST
    
    If a notice is defined for the library of the patron, it should be
    used.
    
    Without this patch, the notice used is the one defined for all
    libraries.
    
    Test plan:
    1/ Set the advanced notice for a patron using digest.
    2/ Check one item out to this patron (backdate the return date according
    the days in advance value).
    3/ launch advance_notices.pl -c
    4/ Verify the notice used is the default one.
    5/ Define a notice for the library of the patron for PREDUEDGST
    6/ launch advance_notices.pl -c
    7/ Verify the notice used is the one previously defined.
    8/ Check one item out to this patron (date due = today)
    9/ launch advance_notices.pl -c
    10/ Verify the notice used is the default one.
    11/ Define a notice for the library of the patron for DUEDGST
    12/ launch advance_notices.pl -c
    13/ Verify the notice used is the one previously defined.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests  and QA script.
    Test case: User from Library A, checked out books
    - in library A from A and B
    - in library B from B
    Verified, that the 'all libraries' notice is still used,
    when no specific notice is defined.
    Verified, that the patron's home library noticed is used,
    when defined.
    
    Note: Before and after the patch we print the branch information
    from the patron's home library, so also using the template from
    this branch, seems logical. All items over all branches are
    processed into one single reminder email, before and after the patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 836f3ce992ef2c3bffbcf80c73bcacbbe479ea85)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 misc/cronjobs/advance_notices.pl |   38 ++++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list