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

Return to bug 15582