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 251-256 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
251
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
251
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
252
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer'),
252
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer'),
253
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
253
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
254
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than OPACFineNoRenewals','YesNo'),
254
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
255
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
255
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
256
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
256
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
257
('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 444-449 Circulation: Link Here
444
                  yes: Block
444
                  yes: Block
445
                  no: Allow
445
                  no: Allow
446
            - renewing of items.
446
            - renewing of items.
447
        -
448
            - If patron owe more than the value of OPACFineNoRenewals,
449
            - pref: OPACFineNoRenewalsBlockAutoRenew
450
              choices:
451
                  yes: Block
452
                  no: Allow
453
            - his/her auto renewals.
447
    Checkin Policy:
454
    Checkin Policy:
448
        -
455
        -
449
            - pref: BlockReturnOfWithdrawnItems
456
            - pref: BlockReturnOfWithdrawnItems
450
- 

Return to bug 15582