This backend provides the ability to create Interlibrary Loan requests using the BLDSS service.
The version of the backend you require depends on the version of Koha you are using:
Koha
called Illbackends
, so you will end up with Koha/Illbackends
Koha/Illbackends/koha-ill-bldss
koha-ill-bldss
directory switch to the branch you wish to usekoha-ill-bldss
directory to BLDSS
ILLModule
system preferenceAdditional configuration to be set in koha-conf.xml
Currently our configuration accepts 6 additional parameters from koha-conf.xml:
Normally only <api_application>
and <api_application_auth>
need to
be set. <api_url>
defaults to the test environment, so it should be
set when switching to production, to "https://api.bldss.bl.uk".
<is_outside_uk>
should be set according to whether the request is being made
from an institution outside the UK. If not, an additional flag is sent to
the BLDSS API request: <payCopyright>true</payCopyright>
. If this flag is
not present in the config, we will assume the institution is inside the UK