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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +2 lines)
Lines 400-405 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
400
('LocalHoldsPriorityItemControl',  'holdingbranch',  'holdingbranch|homebranch',  'decides if the feature operates using the item''s home or holding library.',  'Choice'),
400
('LocalHoldsPriorityItemControl',  'holdingbranch',  'holdingbranch|homebranch',  'decides if the feature operates using the item''s home or holding library.',  'Choice'),
401
('LocalHoldsPriorityPatronControl',  'PickupLibrary',  'HomeLibrary|PickupLibrary',  'decides if the feature operates using the library set as the patron''s home library, or the library set as the pickup library for the given hold.',  'Choice'),
401
('LocalHoldsPriorityPatronControl',  'PickupLibrary',  'HomeLibrary|PickupLibrary',  'decides if the feature operates using the library set as the patron''s home library, or the library set as the pickup library for the given hold.',  'Choice'),
402
('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'),
402
('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'),
403
('LostChargesControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the charges for items being marked lost','Choice'),
403
('makePreviousSerialAvailable','0','','make previous serial automatically available when collecting a new serial. Please note that the item-level_itypes syspref must be set to specific item.','YesNo'),
404
('makePreviousSerialAvailable','0','','make previous serial automatically available when collecting a new serial. Please note that the item-level_itypes syspref must be set to specific item.','YesNo'),
404
('Mana','2',NULL,'request to Mana Webservice. Mana centralize common information between other Koha to facilitate the creation of new subscriptions, vendors, report queries etc... You can search, share, import and comment the content of Mana.','Choice'),
405
('Mana','2',NULL,'request to Mana Webservice. Mana centralize common information between other Koha to facilitate the creation of new subscriptions, vendors, report queries etc... You can search, share, import and comment the content of Mana.','Choice'),
405
('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea'),
406
('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea'),
Lines 889-892 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
889
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
890
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
890
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
891
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
891
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea')
892
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea')
892
;
893
;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +10 lines)
Lines 1228-1233 Circulation: Link Here
1228
            - pref: ProcessingFeeNote
1228
            - pref: ProcessingFeeNote
1229
              type: textarea
1229
              type: textarea
1230
              class: code
1230
              class: code
1231
        -
1232
            - Use the lost charge rules of
1233
            - pref: LostChargesControl
1234
              type: choice
1235
              choices:
1236
                  PickupLibrary: the library you are logged in at
1237
                  PatronLibrary: the library the patron is from
1238
                  ItemHomeLibrary: the library the item is from
1239
            - .
1231
    Self check-in module:
1240
    Self check-in module:
1232
        -
1241
        -
1233
            - pref: SelfCheckInModule
1242
            - pref: SelfCheckInModule
Lines 1534-1537 Circulation: Link Here
1534
              choices:
1543
              choices:
1535
                  1: Enable
1544
                  1: Enable
1536
                  0: Disable
1545
                  0: Disable
1537
            - "the curbside pickup module."
1546
            - "the curbside pickup module."
1538
- 

Return to bug 39802