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 233-238 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
233
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'),
233
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'),
234
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
234
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'),
235
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
235
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'),
236
('OPACFineNoRenewalsBlockAutoRenew','0','','Block/Allow auto renewals if the patron owe more than OPACFineNoRenewals','YesNo'),
236
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
237
('maxRecordsForFacets','20',NULL,NULL,'Integer'),
237
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
238
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'),
238
('MaxSearchResultsItemsPerRecordStatusCheck','20','','Max number of items per record for which to check transit and hold status','Integer'),
239
('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 421-426 Circulation: Link Here
421
                  yes: Block
421
                  yes: Block
422
                  no: Allow
422
                  no: Allow
423
            - renewing of items.
423
            - renewing of items.
424
        -
425
            - If patron owe more than the value of OPACFineNoRenewals,
426
            - pref: MaxOutstandingBlockAutoRenew
427
              choices:
428
                  yes: Block
429
                  no: Allow
430
            - his/her auto renewals.
424
    Checkin Policy:
431
    Checkin Policy:
425
        -
432
        -
426
            - pref: BlockReturnOfWithdrawnItems
433
            - pref: BlockReturnOfWithdrawnItems
427
- 

Return to bug 15582