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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 403-408 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
403
('LocalHoldsPriorityItemControl',  'holdingbranch',  'holdingbranch|homebranch',  'decides if the feature operates using the item''s home or holding library.',  'Choice'),
403
('LocalHoldsPriorityItemControl',  'holdingbranch',  'holdingbranch|homebranch',  'decides if the feature operates using the item''s home or holding library.',  'Choice'),
404
('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'),
404
('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'),
405
('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'),
405
('LockExpiredDelay','','','Delay for locking expired patrons (empty means no locking)','Integer'),
406
('LostChargesControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the charges for items being marked lost','Choice'),
406
('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'),
407
('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'),
407
('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'),
408
('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'),
408
('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea'),
409
('ManaToken','',NULL,'Security token used for authentication on Mana KB service (anti spam)','Textarea'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +9 lines)
Lines 1234-1239 Circulation: Link Here
1234
            - pref: ProcessingFeeNote
1234
            - pref: ProcessingFeeNote
1235
              type: textarea
1235
              type: textarea
1236
              class: code
1236
              class: code
1237
        -
1238
            - Use the lost charge rules of
1239
            - pref: LostChargesControl
1240
              type: choice
1241
              choices:
1242
                  PickupLibrary: the library you are logged in at
1243
                  PatronLibrary: the library the patron is from
1244
                  ItemHomeLibrary: the library the item is from
1245
            - .
1237
    Self check-in module:
1246
    Self check-in module:
1238
        -
1247
        -
1239
            - pref: SelfCheckInModule
1248
            - pref: SelfCheckInModule
1240
- 

Return to bug 39802