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 278-283 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
278
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
278
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
279
('NoticeCSS','',NULL,'Notices CSS url.','free'),
279
('NoticeCSS','',NULL,'Notices CSS url.','free'),
280
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
280
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
281
('NotifyToReturnItemWhenHoldIsPlaced','0',NULL,'If ON, notifies the borrowers to return an item whenever a hold is placed on it','YesNo'),
281
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
282
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
282
('NovelistSelectPassword','',NULL,'Enable Novelist user Profile','free'),
283
('NovelistSelectPassword','',NULL,'Enable Novelist user Profile','free'),
283
('NovelistSelectProfile','',NULL,'Novelist Select user Password','free'),
284
('NovelistSelectProfile','',NULL,'Novelist Select user Password','free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 588-593 Circulation: Link Here
588
                  no:  "Don't enable"
588
                  no:  "Don't enable"
589
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
589
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
590
        -
590
        -
591
            - pref: NotifyToReturnItemWhenHoldIsPlaced
592
              choices:
593
                  yes: Enable
594
                  no:  "Don't enable"
595
            - "sending an email to the borrowers to return an item whenever a hold request is placed on it."
596
        -
591
            - pref: DisplayMultiPlaceHold
597
            - pref: DisplayMultiPlaceHold
592
              choices:
598
              choices:
593
                  yes: Enable
599
                  yes: Enable
594
- 

Return to bug 17509