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

(-)a/installer/data/mysql/atomicupdate/illunmediated_tables.sql (+4 lines)
Line 0 Link Here
1
-- System preferences
2
3
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
4
       ('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 200-205 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
200
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
200
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
201
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
201
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
202
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
202
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
203
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
203
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
204
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
204
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
205
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
205
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
206
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref (-1 / +7 lines)
Lines 78-83 Administration: Link Here
78
            - pref: ILLModuleCopyrightClearance
78
            - pref: ILLModuleCopyrightClearance
79
              type: textarea
79
              type: textarea
80
              class: long
80
              class: long
81
        -
82
            - pref: ILLModuleUnmediated
83
              default: 0
84
              choices:
85
                  yes: Enable
86
                  no: Disable
87
            - unmediated interlibrary loan requests.
81
    Login options:
88
    Login options:
82
        -
89
        -
83
            - "Inactivity timeout in seconds to automatically log out users: "
90
            - "Inactivity timeout in seconds to automatically log out users: "
84
- 

Return to bug 18837