Lines 177-182
__PAZPAR2_TOGGLE_XML_POST__
Link Here
|
177 |
<!-- Path to where Illbackends are located on the system |
177 |
<!-- Path to where Illbackends are located on the system |
178 |
- This setting should normally not be touched --> |
178 |
- This setting should normally not be touched --> |
179 |
<backend_directory>__PERL_MODULE_DIR__/Koha/Illbackends</backend_directory> |
179 |
<backend_directory>__PERL_MODULE_DIR__/Koha/Illbackends</backend_directory> |
|
|
180 |
<!-- At least one <branch> block is required. --> |
181 |
<branch> |
182 |
<!-- The code of this branch --> |
183 |
<code>CPL</code> |
184 |
<!-- An optional prefix for all ILL request IDs for this branch --> |
185 |
<prefix>ILL</prefix> |
186 |
</branch> |
180 |
<!-- How should we treat staff comments? |
187 |
<!-- How should we treat staff comments? |
181 |
- hide: don't show in OPAC |
188 |
- hide: don't show in OPAC |
182 |
- show: show in OPAC --> |
189 |
- show: show in OPAC --> |
183 |
- |
|
|