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

(-)a/installer/data/mysql/atomicupdate/bug_15582.sql (+2 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')
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 248-253 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
248
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
248
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
249
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer'),
249
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer'),
250
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
250
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
251
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than OPACFineNoRenewals','YesNo'),
251
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
252
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
252
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
253
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
253
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
254
('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 438-443 Circulation: Link Here
438
                  yes: Block
438
                  yes: Block
439
                  no: Allow
439
                  no: Allow
440
            - renewing of items.
440
            - renewing of items.
441
        -
442
            - If patron owe more than the value of OPACFineNoRenewals,
443
            - pref: OPACFineNoRenewalsBlockAutoRenew
444
              choices:
445
                  yes: Block
446
                  no: Allow
447
            - his/her auto renewals.
441
    Checkin Policy:
448
    Checkin Policy:
442
        -
449
        -
443
            - pref: BlockReturnOfWithdrawnItems
450
            - pref: BlockReturnOfWithdrawnItems
444
- 

Return to bug 15582