Bug 13881: (RM follow-up) Fix terminology
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 19 May 2020 07:17:56 +0000 (08:17 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 19 May 2020 07:19:49 +0000 (08:19 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 00fba52..4ad73ef 100644 (file)
@@ -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'),
index f037889..bb6a94b 100644 (file)
                     <dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></dt>
                     <dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd>
                 [% END %]
-                [% IF ( Koha.Preference('UseIssueDesks') && CAN_user_parameters_manage_libraries ) %]
-                        <dt><a href="/cgi-bin/koha/admin/desks.pl">Issue desks</a></dt>
-                        <dd>Define issue desks</dd>
+                [% IF ( Koha.Preference('UseCirculationDesks') && CAN_user_parameters_manage_libraries ) %]
+                        <dt><a href="/cgi-bin/koha/admin/desks.pl">Circulation desks</a></dt>
+                        <dd>Define circulation desks</dd>
                 [% END %]
                 [% IF ( CAN_user_parameters_manage_cities ) %]
                     <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
index 11f1ba5..9213789 100644 (file)
@@ -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:
         -