[koha-commits] main Koha release repository branch master updated. v3.14.00-1091-g16cd299

Git repo owner gitmaster at git.koha-community.org
Mon May 5 02:17:31 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  16cd2996a484b2105d66043855c36d5e13a82987 (commit)
      from  c221194a94d42d44057c33bfe47957dca15f3415 (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 16cd2996a484b2105d66043855c36d5e13a82987
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Mon Jan 13 12:09:01 2014 +0100

    Bug 8231: display warning at check in if borrower is restricted
    
    Display, at check in, a reminder of an already existing suspension date
    even if the returned document is not late.
    
    Test plan :
    1) Apply the patch
    2) Go to a borrower checkout page and checkout some documents with
       different passed duedate using "Specify due date" function. Checkout out
       one with the default duedate.
    3) Check in the document with the bigger delay :
       You will get the message : 'X is now restricted until ...'
    4) Check in one of the document with a smaller delay :
       You'll get a different message : 'Reminder : Patron was earlier
       restricted until...'.
    5) Check in the document which is not late :
       You 'll get the same message as the previous one
    
    Signed-off-by: JMBroust <jean-manuel.broust at univ-lyon2.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   24 ++++++++++++++++----
 circ/returns.pl                                    |    3 +++
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    3 +++
 3 files changed, 25 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list