[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.09-23-g8c9268f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 23 06:25:38 CEST 2015


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.16.x has been updated
       via  8c9268faa1df58eab8c97a279b478aaec5234085 (commit)
       via  65387a70ee7e00d6d5ba94ae20a8e3da91272b9f (commit)
       via  40ef4f26e2f56ce318afb563dda9b94597687579 (commit)
      from  aaba4fab042b2ec1e7c75b478b63505ecde2e186 (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 8c9268faa1df58eab8c97a279b478aaec5234085
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Mar 20 09:09:45 2015 -0400

    Bug 12820 [QA Followup] - Tab and whitespace cleanup
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 65387a70ee7e00d6d5ba94ae20a8e3da91272b9f
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Feb 10 17:22:43 2015 +0000

    Bug 12820: Handle rental fees in Sip issue and renew
    
    Implement correct handling of fees associated with checking out
    an item.
    This is associated with fee acknowledged field (BO)
    
    To quote from the Sip2 document
    " If this field is N in a Checkout message and there is a fee
    associated with checking out the item, the ACS should tell the
    SC in the Checkout Response that there is a fee, and refuse to
    check out the item. If the SC and the patron then interact and the
    patron agrees to pay the fee, this field will be set to Y on a second
    Checkout message, indicating to the ACS that the patron has acknowledged
    the fee and checkout of the item should not be refused just
    because there is a fee associated with the item"
    
    So there are two Checkout requests the first with BO not set to Y is
    rejected but the fee amount is returned. The Second Checkout with BO set
    to Y should succeed.
    
    Added a debug log message indicating why we block a checkout
    when we dont otherwise indicate
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 40ef4f26e2f56ce318afb563dda9b94597687579
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Apr 23 16:20:21 2015 +1200

    Bug 13746: Add tests (follow-up)
    
    increase tests to 48, so t/db_dependent/Serials.t passes clean
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/SIP/ILS.pm                      |    9 ++++---
 C4/SIP/ILS/Transaction.pm          |    1 +
 C4/SIP/ILS/Transaction/Checkout.pm |   13 ++++++++++
 C4/SIP/ILS/Transaction/Renew.pm    |   11 +++++++++
 C4/SIP/Sip/MsgType.pm              |   46 ++++++++++++++++++++----------------
 t/db_dependent/Serials.t           |    2 +-
 6 files changed, 57 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list