From 4f9b3e7bc88a96467c72115ce961550050461cdd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi <tomascohen@theke.io> Date: Tue, 24 Oct 2017 14:16:02 -0300 Subject: [PATCH] Bug 7317: Adjust packages koha-conf.xml Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Magnus Enger <magnus@libriotech.no> Original sign off message: It's impossible to give a test plan for this... I have implemented a "plugin" for Norwegian ILL (based on NCIP): https://github.com/Libriotech/koha-illbackend-nncipp Several issues have been discovered while writing the plugin, and Alex has fixed them along the way. Currently I do not know about any funcional issues, and I am happy to sign off. Update: I have applied the new patchset and done some exploratory testing, using the Dummy backend. Everything seems to be fine after the patches were re-arranged and with the followups from Tomas. All tests pass. --- debian/templates/koha-conf-site.xml.in | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 8e8204f..a8152a9 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -327,5 +327,26 @@ __END_SRU_PUBLICSERVER__ <index_name>koha___KOHASITE__</index_name> </elasticsearch> + <interlibrary_loans> + <!-- Path to where Illbackends are located on the system + - This setting should normally not be touched --> + <backend_directory>/usr/share/koha/lib/Koha/Illbackends</backend_directory> + <!-- How should we treat staff comments? + - hide: don't show in OPAC + - show: show in OPAC --> + <staff_request_comments>hide</staff_request_comments> + <!-- How should we treat the reply_date field? + - hide: don't show this field in the UI + - any other string: show, with this label --> + <reply_date>hide</reply_date> + <!-- Where should digital ILLs be sent? + - borrower: send it straight to the borrower email + - branch: send the ILL to the branch email --> + <digital_recipient>branch</digital_recipient> + <!-- What patron category should we use for p2p ILL requests? + - By default this is set to 'ILLLIBS' --> + <partner_code>ILLLIBS</partner_code> + </interlibrary_loans> + </config> </yazgfs> -- 2.7.4