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 220-225 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
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
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
222
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
223
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
223
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
224
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
224
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
225
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
225
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
226
('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 801-806 Circulation: Link Here
801
            - pref: ILLOpacbackends
801
            - pref: ILLOpacbackends
802
              class: multi
802
              class: multi
803
            - (separated with |). If left empty, all installed backends will be enabled.
803
            - (separated with |). If left empty, all installed backends will be enabled.
804
        -
805
            - Allow unmediated Interlibrary loan requests
806
            - pref: ILLModuleUnmediated
807
              default: 0
808
              choices:
809
                  yes: Enable
810
                  no: Disable
804
    Fines Policy:
811
    Fines Policy:
805
        -
812
        -
806
            - Calculate fines based on days overdue
813
            - Calculate fines based on days overdue
807
- 

Return to bug 18837