View | Details | Raw Unified | Return to bug 15582
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_15582.sql (+3 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` )
2
VALUES ('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than OPACFineNoRenewals','YesNo')
3
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 222-227 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
222
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'),
222
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'),
223
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
223
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
224
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
224
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
225
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than OPACFineNoRenewals','YesNo'),
225
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
226
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
226
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
227
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
227
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
228
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +7 lines)
Lines 408-413 Circulation: Link Here
408
                  yes: Block
408
                  yes: Block
409
                  no: Allow
409
                  no: Allow
410
            - renewing of items.
410
            - renewing of items.
411
        -
412
            - If patron owe more than the value of OPACFineNoRenewals,
413
            - pref: MaxOutstandingBlockAutoRenew
414
              choices:
415
                  yes: Block
416
                  no: Allow
417
            - his/her auto renewals.
411
    Checkin Policy:
418
    Checkin Policy:
412
        -
419
        -
413
            - pref: BlockReturnOfWithdrawnItems
420
            - pref: BlockReturnOfWithdrawnItems
414
- 

Return to bug 15582