Bugzilla – Attachment 150753 Details for
Bug 32911
Remove ILL partner_code config from koha-conf.xml and turn it into a system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32911: (follow-up) Remove a couple of cases from tests
Bug-32911-follow-up-Remove-a-couple-of-cases-from-.patch (text/plain), 1.54 KB, created by
Martin Renvoize (ashimema)
on 2023-05-05 13:25:45 UTC
(
hide
)
Description:
Bug 32911: (follow-up) Remove a couple of cases from tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-05-05 13:25:45 UTC
Size:
1.54 KB
patch
obsolete
>From 034829f6d431be256bcbc3ae2e82032bab73a337 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 5 May 2023 14:24:37 +0100 >Subject: [PATCH] Bug 32911: (follow-up) Remove a couple of cases from tests > >This patch simply removes the partner_code defaults from some tests >where it is no longer required. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/Koha/Config.t | 1 - > t/data/koha-conf.xml | 3 --- > 2 files changed, 4 deletions(-) > >diff --git a/t/Koha/Config.t b/t/Koha/Config.t >index b49579c1f7..1bc54dbe94 100755 >--- a/t/Koha/Config.t >+++ b/t/Koha/Config.t >@@ -214,7 +214,6 @@ subtest 'read_from_file() tests' => sub { > 'staff_request_comments' => 'hide', > 'reply_date' => 'hide', > 'digital_recipient' => 'branch', >- 'partner_code' => 'IL', > }, > 'timezone' => '', > 'bcrypt_settings' => '__BCRYPT_SETTINGS__', >diff --git a/t/data/koha-conf.xml b/t/data/koha-conf.xml >index 01052920b3..a2b66fb49f 100644 >--- a/t/data/koha-conf.xml >+++ b/t/data/koha-conf.xml >@@ -206,9 +206,6 @@ > - 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 'IL' --> >- <partner_code>IL</partner_code> > </interlibrary_loans> > > <!-- The timezone setting can let you force the timezone for this >-- >2.40.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32911
:
146403
|
146404
|
146405
|
147417
|
147418
|
147419
|
150672
|
150673
|
150674
|
150750
|
150751
|
150752
|
150753
|
150768
|
150769
|
151011
|
151012
|
151013
|
151014
|
151015
|
151016
|
155195