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

(-)a/installer/data/mysql/atomicupdate/bug_12363.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2
('MarkLostItemsAsReturned','1','','Mark items as returned when flagged as lost','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 255-260 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
255
('MARCAuthorityControlField008','|| aca||aabn           | a|a     d',NULL,'Define the contents of MARC21 authority control field 008 position 06-39','Textarea'),
255
('MARCAuthorityControlField008','|| aca||aabn           | a|a     d',NULL,'Define the contents of MARC21 authority control field 008 position 06-39','Textarea'),
256
('MarcFieldsToOrder','',NULL,'Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.','textarea'),
256
('MarcFieldsToOrder','',NULL,'Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.','textarea'),
257
('MarcItemFieldsToOrder','',NULL,'Set the mapping values for new item records created from a MARC record in a staged file. In a YAML format.','textarea'),
257
('MarcItemFieldsToOrder','',NULL,'Set the mapping values for new item records created from a MARC record in a staged file. In a YAML format.','textarea'),
258
('MarkLostItemsAsReturned','1','','Mark items as returned when flagged as lost','YesNo'),
258
('MARCOrgCode','OSt','','Define MARC Organization Code for MARC21 records - http://www.loc.gov/marc/organizations/orgshome.html','free'),
259
('MARCOrgCode','OSt','','Define MARC Organization Code for MARC21 records - http://www.loc.gov/marc/organizations/orgshome.html','free'),
259
('MaxFine',NULL,'','Maximum fine a patron can have for all late returns at one moment. Single item caps are specified in the circulation rules matrix.','Integer'),
260
('MaxFine',NULL,'','Maximum fine a patron can have for all late returns at one moment. Single item caps are specified in the circulation rules matrix.','Integer'),
260
('MaxItemsToDisplayForBatchDel','1000',NULL,'Display up to a given number of items in a single item deletionbatch.','Integer'),
261
('MaxItemsToDisplayForBatchDel','1000',NULL,'Display up to a given number of items in a single item deletionbatch.','Integer'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 406-411 Circulation: Link Here
406
                  nothing : "do nothing"
406
                  nothing : "do nothing"
407
            - .
407
            - .
408
        -
408
        -
409
            - pref: MarkLostItemsAsReturned
410
              choices:
411
                  yes: "Mark"
412
                  no: "Do not mark"
413
            - "items as returned when flagged as lost"
414
        -
409
            - pref: AllowMultipleIssuesOnABiblio
415
            - pref: AllowMultipleIssuesOnABiblio
410
              choices:
416
              choices:
411
                  yes: Allow
417
                  yes: Allow
412
- 

Return to bug 12363