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 215-220 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
215
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
215
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
216
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
216
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
217
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
217
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
218
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
218
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
219
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
219
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
220
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
220
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
221
('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 793-798 Circulation: Link Here
793
            - pref: ILLOpacbackends
793
            - pref: ILLOpacbackends
794
              class: multi
794
              class: multi
795
            - (separated with |).
795
            - (separated with |).
796
        -
797
            - Allow unmediated Interlibrary loan requests
798
            - pref: ILLModuleUnmediated
799
              default: 0
800
              choices:
801
                  yes: Enable
802
                  no: Disable
796
    Fines Policy:
803
    Fines Policy:
797
        -
804
        -
798
            - Calculate fines based on days overdue
805
            - Calculate fines based on days overdue
799
- 

Return to bug 18837