https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408 pierre.genty@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pierre.genty@biblibre.com --- Comment #86 from pierre.genty@biblibre.com --- Patch tested for ILS-DI with two rules : - books : OPAC item level holds = Allow - DVDs : OPAC item level holds = Force Before applying patch : - book reserve (biblionumber = 7) : /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=11&bib_id=7&request_location=127.0.0.1 = hold allowed => OK - DVD reserve (biblionumber = 296) : /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=11&bib_id=296&request_location=127.0.0.1 = hold allowed => KO After applying patch : - book reserve (biblionumber = 7) : /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=11&bib_id=7&request_location=127.0.0.1 = hold allowed => OK - DVD reserve (biblionumber = 296) : /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=11&bib_id=296&request_location=127.0.0.1 = "recordHoldNotAllowed" => OK Patch seems to work well with ILS-DI ! -- You are receiving this mail because: You are watching all bug changes.