[Koha-bugs] [Bug 18837] Add an unmediated Interlibrary Loans workflow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 17:02:18 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18837

--- Comment #20 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
To test:

- Apply patches
- Ensure ILL is enabled and you have at least one backend available that
supports unmediated requests (currently only the BLDSS backend supports this)
- Enable "ILLModuleUnmediated" preference
- Ensure you have default delivery formats specified in your koha-conf.xml.
These should be placed inside the <interlibrary_loans> block, an example (which
specifies the loan should be a paper copy, of standard quality, delivered
within 4 days) is below:

<default_formats>                                                               
    <format>4</format>                                                          
    <speed>4</speed>                                                            
    <quality>1</quality>                                                        
</default_formats>

- As an OPAC user, navigate to "Your summary" > "Your interlibrary loan
requests"
- Select "Create a new request" > "BLDSS"
- Search for an item and create an interlibrary loan request
=> TEST: Observe that in the "Your interlibrary loan requests" view, the
request now has the status of "Requested" rather than the "New request" status
that it would have in an mediated workflow.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list