[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-13-gd95e1ce

Git repo owner gitmaster at git.koha-community.org
Sun Mar 29 08:36:16 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.18.x has been updated
       via  d95e1ce857714379a4faff88d380314d8715f885 (commit)
      from  41e49ef6f8998083d9659477ff5a8247ab1fab45 (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 d95e1ce857714379a4faff88d380314d8715f885
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit fe179c737df8a56be3cac6098d5266becb2dfef2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	C4/SIP/ILS.pm

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

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              |   22 +++++++++++++---------
 5 files changed, 44 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list