View | Details | Raw Unified | Return to bug 20996
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (+7 lines)
Lines 361-366 __END_SRU_PUBLICSERVER__ Link Here
361
     <!-- Path to where Illbackends are located on the system
361
     <!-- Path to where Illbackends are located on the system
362
          - This setting should normally not be touched -->
362
          - This setting should normally not be touched -->
363
     <backend_directory>/usr/share/koha/lib/Koha/Illbackends</backend_directory>
363
     <backend_directory>/usr/share/koha/lib/Koha/Illbackends</backend_directory>
364
     <!-- At least one <branch> block is required. -->
365
     <branch>
366
         <!-- The code of this branch -->
367
         <code>CPL</code>
368
         <!-- An optional prefix for all ILL request IDs for this branch -->
369
         <prefix>ILL</prefix>
370
     </branch>
364
     <!-- How should we treat staff comments?
371
     <!-- How should we treat staff comments?
365
          - hide: don't show in OPAC
372
          - hide: don't show in OPAC
366
          - show: show in OPAC -->
373
          - show: show in OPAC -->
(-)a/etc/koha-conf.xml (-1 / +7 lines)
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
- 

Return to bug 20996