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

(-)a/installer/data/mysql/atomicupdate/bug_6810-add_MembershipExpiryDaysNotice_syspref.sql (+1 lines)
Line 0 Link Here
1
INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('MembershipExpiryDaysNotice',14,'Send an account expiration notice that a patron''s card is about to expire after',NULL,'Integer')
(-)a/installer/data/mysql/sysprefs.sql (-1 / +2 lines)
Lines 480-484 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
480
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
480
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
481
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
481
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
482
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
482
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
483
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
483
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
484
('MembershipExpiryDaysNotice' ,14,'Send an account expiration notice that a patron\'s card is about to expire after',NULL,'Integer')
484
;
485
;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-2 / +1 lines)
Lines 84-90 Patrons: Link Here
84
           class: integer
84
           class: integer
85
         - days beforehand.
85
         - days beforehand.
86
     -
86
     -
87
         - Send a membership expiry notice that a patron is about to expire after
87
         - Send an account expiration notice when a patron's card will expire in.
88
         - pref: MembershipExpiryDaysNotice
88
         - pref: MembershipExpiryDaysNotice
89
           class: integer
89
           class: integer
90
         - days.
90
         - days.
91
- 

Return to bug 6810