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 205-210 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
205
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
205
('IdRef','0','','Disable/enable the IdRef webservice from the OPAC detail page.','YesNo'),
206
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
206
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
207
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
207
('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'),
208
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
208
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
209
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'),
209
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
210
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'),
210
('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'),
211
('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 739-744 Circulation: Link Here
739
            - pref: ILLModuleCopyrightClearance
739
            - pref: ILLModuleCopyrightClearance
740
              type: textarea
740
              type: textarea
741
              class: long
741
              class: long
742
        -
743
            - Allow unmediated Interlibrary loan requests
744
            - pref: ILLModuleUnmediated
745
              default: 0
746
              choices:
747
                  yes: Enable
748
                  no: Disable
742
    Fines Policy:
749
    Fines Policy:
743
        -
750
        -
744
            - Calculate fines based on days overdue
751
            - Calculate fines based on days overdue
745
- 

Return to bug 18837