From 6695cf5e8d9b910f11eb522f9f4b9971e407ee5a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 22 Apr 2024 06:51:42 +0000 Subject: [PATCH] Bug 35151: (follow-up) Remove ILLModuleCopyrightClearance from .pref file Previous patches removed the preference from the database and sysprefs.sql, but the yaml file was missed. Signed-off-by: Katrin Fischer --- .../en/modules/admin/preferences/interlibrary_loans.pref | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref index 5031fbdc1c..c7494555d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref @@ -48,11 +48,6 @@ Interlibrary loans: class: multi - (separated with |). If left empty, all installed backends will be enabled. Workflow: - - - - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed. OPAC only." - - pref: ILLModuleCopyrightClearance - type: textarea - class: long - - pref: ILLCheckAvailability default: 0 @@ -81,4 +76,4 @@ Interlibrary loans: - pref: ILLModuleDisclaimerByType type: textarea syntax: text/x-yaml - class: code \ No newline at end of file + class: code -- 2.39.5