[koha-commits] main Koha release repository branch master updated. v3.22.00-1057-g59266cb

Git repo owner gitmaster at git.koha-community.org
Thu Mar 31 22:22:12 CEST 2016


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  59266cbd614a698cd34c2418ef68907e4d14fc6c (commit)
      from  6167cf012825fc51c5dc61c4c7224774a048d4ac (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 59266cbd614a698cd34c2418ef68907e4d14fc6c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jul 9 09:53:31 2015 -0400

     Bug 14512 - Add support for AV field to Koha's SIP2 Server
    
    Koha's SIP2 server should have support for the AV field ( field items ).
    The biggest problem with this field is that its' contents are not really
    defined in SIP2 protocol specification. All it says is "this field
    should be sent for each fine item". Due to this, I think the contents of
    the field need to be configurable at the login level, so that the
    contents can be defined based on the SIP2 devices requirements for the
    AV field.
    
    Test Plan:
    1) Apply this patch
    2) Find a patron with outstanding fines
    3) Run a patron information request using misc/sip_cli_emulator.pl using the new -s option with the value "   Y      "
    4) Note there is an AV field for each fee containing the description and amount
    5) Edit your sip config, add an av_field_template parameter to the login you are using such as
        av_field_template="TEST [% accountline.description %] [% accountline.amountoutstanding | format('%.2f') %]"
    6) Restart your SIP server
    7) Repeat the patron information request
    8) Note your custom AV field is being used!
    
    Signed-off-by: Chris Davis <cgdavis at uintah.utah.gov>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Patron.pm     |   33 ++++++++++++++++++++++++++++++++-
 C4/SIP/Sip/MsgType.pm    |    6 +++---
 etc/SIPconfig.xml        |    3 ++-
 misc/sip_cli_emulator.pl |   17 +++++++++++++----
 4 files changed, 50 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list