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

(-)a/installer/data/mysql/atomicupdate/bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('NotifyToReturnItemWhenHoldIsPlaced', '0', 'If ON, notifies the borrowers to return an item whenever a hold is placed on it', NULL, 'YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 269-274 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
269
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
269
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
270
('NoticeCSS','',NULL,'Notices CSS url.','free'),
270
('NoticeCSS','',NULL,'Notices CSS url.','free'),
271
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
271
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
272
('NotifyToReturnItemWhenHoldIsPlaced','0',NULL,'If ON, notifies the borrowers to return an item whenever a hold is placed on it','YesNo'),
272
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
273
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
273
('NovelistSelectPassword','',NULL,'Enable Novelist user Profile','free'),
274
('NovelistSelectPassword','',NULL,'Enable Novelist user Profile','free'),
274
('NovelistSelectProfile','',NULL,'Novelist Select user Password','free'),
275
('NovelistSelectProfile','',NULL,'Novelist Select user Password','free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 568-573 Circulation: Link Here
568
                  no:  "Don't enable"
568
                  no:  "Don't enable"
569
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
569
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
570
        -
570
        -
571
            - pref: NotifyToReturnItemWhenHoldIsPlaced
572
              choices:
573
                  yes: Enable
574
                  no:  "Don't enable"
575
            - "sending an email to the borrowers to return an item whenever a hold request is placed on it."
576
        -
571
            - pref: DisplayMultiPlaceHold
577
            - pref: DisplayMultiPlaceHold
572
              choices:
578
              choices:
573
                  yes: Enable
579
                  yes: Enable
574
- 

Return to bug 17509