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 219-224 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
219
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
219
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
220
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
220
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
221
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
221
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
222
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
222
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
223
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
223
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
224
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
224
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
225
('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/circulation.pref (-1 / +7 lines)
Lines 796-801 Circulation: Link Here
796
            - pref: ILLModuleCopyrightClearance
796
            - pref: ILLModuleCopyrightClearance
797
              type: textarea
797
              type: textarea
798
              class: long
798
              class: long
799
        -
800
            - Allow unmediated Interlibrary loan requests
801
            - pref: ILLModuleUnmediated
802
              default: 0
803
              choices:
804
                  yes: Enable
805
                  no: Disable
799
    Fines Policy:
806
    Fines Policy:
800
        -
807
        -
801
            - Calculate fines based on days overdue
808
            - Calculate fines based on days overdue
802
- 

Return to bug 18837