[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1062-g2482819

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 07:58:28 CEST 2013


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  2482819de984200f6c1d0387b3c9fd8ad10940b3 (commit)
       via  e1de36fbb94c8e4046f564b200a1e8180df5bfcf (commit)
      from  6f5eef782cea307da809dfac7a2506a11c2bfda2 (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 2482819de984200f6c1d0387b3c9fd8ad10940b3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 8 08:03:11 2013 -0400

    Bug 9252 - Add option to send patron's home branch in AF field - QA Followup
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e1de36fbb94c8e4046f564b200a1e8180df5bfcf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 10 08:54:24 2012 -0500

    Bug 9252 - Add option to send patron's home branch in AF field
    
    This patch gives you the option of sending a patrons home branch code
    in an AF field for patron status requests. It is controlled at the account
    login level, so it can be enable on a per-sip-login basis.
    
    Test Plan:
    1) Apply patch
    2) Edit SIPconfig.xml, add the parameter 'send_patron_home_library_in_af="1"'
       to the login you will be using to test.
    3) Start your SIP2 server.
    4) Connect to it via telnet ( something like: '9300CNterm1|COterm1|CPCPL|' )
    5) Send a patron status request ( like: '2300120121110    82925AOCPL|AA23529000035676|ACterm1|ADletmein' )
    6) Examine reponse you should see something like this:
          "24              00120121210    085332AEHenry Acevedo|AA23529000035676|BLY|CQN|AFGreetings from Koha. |AFMPL|AO|"
       Note the second AF field with the value MPL.
    
    Signed-off-by: George Williams <georgew at latahlibrary.org>
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/SIP/Sip/MsgType.pm |   17 ++++++++++++-----
 etc/SIPconfig.xml     |    3 ++-
 2 files changed, 14 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list