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 298-303 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
298
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
298
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
299
('NoticeCSS','',NULL,'Notices CSS url.','free'),
299
('NoticeCSS','',NULL,'Notices CSS url.','free'),
300
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
300
('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'),
301
('NotifyToReturnItemWhenHoldIsPlaced','0',NULL,'If ON, notifies the borrowers to return an item whenever a hold is placed on it','YesNo'),
301
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
302
('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content.  Requires Novelist Profile and Password','YesNo'),
302
('NovelistSelectPassword','',NULL,'Novelist select user Password','free'),
303
('NovelistSelectPassword','',NULL,'Novelist select user Password','free'),
303
('NovelistSelectProfile','',NULL,'Novelist Select user Profile','free'),
304
('NovelistSelectProfile','',NULL,'Novelist Select user Profile','free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +6 lines)
Lines 650-655 Circulation: Link Here
650
                  no:  "Don't enable"
650
                  no:  "Don't enable"
651
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
651
            - "sending an email to the Koha administrator email address whenever a hold request is placed."
652
        -
652
        -
653
            - pref: NotifyToReturnItemWhenHoldIsPlaced
654
              choices:
655
                  yes: Enable
656
                  no:  "Don't enable"
657
            - "sending an email to the borrowers to return an item whenever a hold request is placed on it."
658
        -
653
            - pref: DisplayMultiPlaceHold
659
            - pref: DisplayMultiPlaceHold
654
              choices:
660
              choices:
655
                  yes: Enable
661
                  yes: Enable
656
- 

Return to bug 17509