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 210-215 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
210
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
210
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
211
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
211
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
212
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
212
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
213
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
213
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
214
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
214
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
215
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
215
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
216
('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 771-776 Circulation: Link Here
771
            - pref: ILLModuleCopyrightClearance
771
            - pref: ILLModuleCopyrightClearance
772
              type: textarea
772
              type: textarea
773
              class: long
773
              class: long
774
        -
775
            - Allow unmediated Interlibrary loan requests
776
            - pref: ILLModuleUnmediated
777
              default: 0
778
              choices:
779
                  yes: Enable
780
                  no: Disable
774
    Fines Policy:
781
    Fines Policy:
775
        -
782
        -
776
            - Calculate fines based on days overdue
783
            - Calculate fines based on days overdue
777
- 

Return to bug 18837