From 291d8a5ee3639cbc1318853c5eb4e024bd7fdc31 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 19 May 2020 08:17:56 +0100 Subject: [PATCH] Bug 13881: (RM follow-up) Fix terminology Signed-off-by: Martin Renvoize --- installer/data/mysql/sysprefs.sql | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 6 +++--- .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 00fba528b9..4ad73ef827 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -679,6 +679,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('UseAuthoritiesForTracings','1','0','Use authority record numbers for subject tracings instead of heading strings.','YesNo'), ('UseBranchTransferLimits','0','','If ON, Koha will will use the rules defined in branch_transfer_limits to decide if an item transfer should be allowed.','YesNo'), ('UseCashRegisters','0','','Use cash registers with the accounting system and assign patron transactions to them.','YesNo'), +('UseCirculationDesks','0','','Use circulation desks with circulation.','YesNo'), ('UseControlNumber','0','','If ON, record control number (w subfields) and control number (001) are used for linking of bibliographic records.','YesNo'), ('UseCourseReserves','0',NULL,'Enable the course reserves feature.','YesNo'), ('useDaysMode','Calendar','Calendar|Days|Datedue|Dayweek','Choose the method for calculating due date: select Calendar, Datedue or Dayweek to use the holidays module, and Days to ignore the holidays module','Choice'), @@ -686,7 +687,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('useDischarge','','','Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'), ('UseEmailReceipts','0','','Send email receipts for payments and write-offs','YesNo'), ('UseICU','0','1','Tell Koha if ICU indexing is in use for Zebra or not.','YesNo'), -('UseIssueDesks','0','','Use issue desks with circulation.','YesNo'), ('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'), ('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'), ('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'), diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index f0378891b4..bb6a94b811 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -100,9 +100,9 @@
Item circulation alerts
Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types
[% END %] - [% IF ( Koha.Preference('UseIssueDesks') && CAN_user_parameters_manage_libraries ) %] -
Issue desks
-
Define issue desks
+ [% IF ( Koha.Preference('UseCirculationDesks') && CAN_user_parameters_manage_libraries ) %] +
Circulation desks
+
Define circulation desks
[% END %] [% IF ( CAN_user_parameters_manage_cities ) %]
Cities and towns
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 11f1ba5b2f..92137896dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -157,11 +157,11 @@ Circulation: no: "Don't allow" - patrons to submit notes about checked out items. - - - pref: UseIssueDesks + - pref: UseCirculationDesks choices: yes: "Use" no: "Don't use" - - issue desks with circulation. + - circulation desks with circulation. Checkout policy: - -- 2.39.2