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

Git repo owner gitmaster at git.koha-community.org
Sun Apr 12 10:06:01 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  05a7b7e457f3b1b380e23987481ca122c3fe964f (commit)
      from  abfce4ed088f05e60154ed6599709fd0aadb89b3 (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 05a7b7e457f3b1b380e23987481ca122c3fe964f
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Thu Apr 2 06:16:44 2015 +0200

    Bug 13939: ILS-DI function GetServices doesn't work when the item/biblio is available for hold for specific patron
    
    Test plan:
    1) Enable ILS DI (system preference 'ILS-DI')
    2) Try to access the URL
    http://<your_opac_url>/cgi-bin/koha/ilsdi.pl?service=GetServices&patron_id=<borrowernumber>&item_id=<itemnumber>
    Choose the patron and item to be available for hold
    You'll see an error instead of valid XML response
    3) apply the patch
    4) try to access the same URL, you should see valid XML response with services "title level hold" and eventually "item level hold" returned
    
    Signed-off-by: Thomas Misilo <misilot at fit.edu>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit bde795f8fa488a2284d1d23667fb489bea6343f9)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/ILSDI/Services.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list