Lines 327-331
__END_SRU_PUBLICSERVER__
Link Here
|
327 |
<index_name>koha___KOHASITE__</index_name> |
327 |
<index_name>koha___KOHASITE__</index_name> |
328 |
</elasticsearch> |
328 |
</elasticsearch> |
329 |
|
329 |
|
|
|
330 |
<interlibrary_loans> |
331 |
<!-- Path to where Illbackends are located on the system |
332 |
- This setting should normally not be touched --> |
333 |
<backend_directory>/usr/share/koha/lib/Koha/Illbackends</backend_directory> |
334 |
<!-- How should we treat staff comments? |
335 |
- hide: don't show in OPAC |
336 |
- show: show in OPAC --> |
337 |
<staff_request_comments>hide</staff_request_comments> |
338 |
<!-- How should we treat the reply_date field? |
339 |
- hide: don't show this field in the UI |
340 |
- any other string: show, with this label --> |
341 |
<reply_date>hide</reply_date> |
342 |
<!-- Where should digital ILLs be sent? |
343 |
- borrower: send it straight to the borrower email |
344 |
- branch: send the ILL to the branch email --> |
345 |
<digital_recipient>branch</digital_recipient> |
346 |
<!-- What patron category should we use for p2p ILL requests? |
347 |
- By default this is set to 'ILLLIBS' --> |
348 |
<partner_code>ILLLIBS</partner_code> |
349 |
</interlibrary_loans> |
350 |
|
330 |
</config> |
351 |
</config> |
331 |
</yazgfs> |
352 |
</yazgfs> |
332 |
- |
|
|