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

(-)a/t/Koha/Config.t (-1 lines)
Lines 214-220 subtest 'read_from_file() tests' => sub { Link Here
214
                'staff_request_comments' => 'hide',
214
                'staff_request_comments' => 'hide',
215
                'reply_date' => 'hide',
215
                'reply_date' => 'hide',
216
                'digital_recipient' => 'branch',
216
                'digital_recipient' => 'branch',
217
                'partner_code' => 'IL',
218
            },
217
            },
219
            'timezone' => '',
218
            'timezone' => '',
220
            'bcrypt_settings' => '__BCRYPT_SETTINGS__',
219
            'bcrypt_settings' => '__BCRYPT_SETTINGS__',
(-)a/t/data/koha-conf.xml (-4 lines)
Lines 206-214 Link Here
206
          - borrower: send it straight to the borrower email
206
          - borrower: send it straight to the borrower email
207
          - branch: send the ILL to the branch email -->
207
          - branch: send the ILL to the branch email -->
208
     <digital_recipient>branch</digital_recipient>
208
     <digital_recipient>branch</digital_recipient>
209
     <!-- What patron category should we use for p2p ILL requests?
210
          - By default this is set to 'IL' -->
211
     <partner_code>IL</partner_code>
212
 </interlibrary_loans>
209
 </interlibrary_loans>
213
210
214
 <!-- The timezone setting can let you force the timezone for this
211
 <!-- The timezone setting can let you force the timezone for this
215
- 

Return to bug 32911