[koha-commits] main Koha release repository branch master updated. v16.11.00-752-gb88f084

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 16:37:13 CEST 2017


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  b88f0846e603b7026f87895b73940c53f2a703c9 (commit)
       via  5887566f463cf37d56b496d1138935e4c20c0ab8 (commit)
      from  a31f6e6171f2e152a15d7738c4d718451e8e7da9 (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 b88f0846e603b7026f87895b73940c53f2a703c9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 16 15:41:43 2016 +0000

    Bug 16757 - Add support for Fee Paid to SIP cli emulator for testing
    
    Signed-off-by: Rhonda Kuiper <kuiper at roundrocktexas.gov>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5887566f463cf37d56b496d1138935e4c20c0ab8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 16 14:50:44 2016 +0000

    Bug 16757 - Add ability to pay fee by id for SIP2
    
    The SIP protocol allows for a Fee Paid message to specify a fee
    identifier in the CG field. While this field is read and passed to
    C4::SIP::ILS::pay_fee, it is not passed along to
    C4::SIP::ILS::Transaction::FeePayment::pay and is thus not used. We
    should enable this functionality in Koha now that accountlines each have
    a unique identifier that can be passed along to the payment requestor
    via the AV field line items added by bug 14512.
    
    Test Plan:
    1) Create a fee in Koha
    2) Ensure your SIP2 server is running and configured correctly
    3) Send a 37 Fee Paid message to Koha's SIP server with the
       accountlines_id for that fee in the CG fee identifier field,
       along with the other required fields.
    4) Note that specific fee was paid in Koha
    
    Signed-off-by: Rhonda Kuiper <kuiper at roundrocktexas.gov>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS.pm                        |    8 ++--
 C4/SIP/ILS/Transaction/FeePayment.pm |   25 +++++++++--
 misc/sip_cli_emulator.pl             |   79 +++++++++++++++++++++++++++++++++-
 3 files changed, 103 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list