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

(-)a/installer/data/mysql/atomicupdate/bug_12802-change-autoemailprimaryddress-syspref-type.sql (+1 lines)
Line 0 Link Here
1
UPDATE systempreferences SET type='multiple' WHERE variable='AutoEmailPrimaryAddress';
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 57-63 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
57
('autoBarcode','OFF','incremental|annual|hbyymmincr|EAN13|OFF','Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch','Choice'),
57
('autoBarcode','OFF','incremental|annual|hbyymmincr|EAN13|OFF','Used to autogenerate a barcode: incremental will be of the form 1, 2, 3; annual of the form 2007-0001, 2007-0002; hbyymmincr of the form HB08010001 where HB=Home Branch','Choice'),
58
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'),
58
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'),
59
('AutoEmailOpacUser','0',NULL,'Sends notification emails containing new account details to patrons - when account is created.','YesNo'),
59
('AutoEmailOpacUser','0',NULL,'Sends notification emails containing new account details to patrons - when account is created.','YesNo'),
60
('AutoEmailPrimaryAddress','OFF','email|emailpro|B_email|cardnumber|OFF','Defines the default email address where \'Account Details\' emails are sent.','Choice'),
60
('AutoEmailPrimaryAddress','OFF','email|emailpro|B_email|cardnumber|OFF','Defines the default email address where \'Account Details\' emails are sent.','multiple'),
61
('AutoLocation','0',NULL,'If ON, IP authentication is enabled, blocking access to the staff client from unauthorized IP addresses','YesNo'),
61
('AutoLocation','0',NULL,'If ON, IP authentication is enabled, blocking access to the staff client from unauthorized IP addresses','YesNo'),
62
('AutomaticItemReturn','1',NULL,'If ON, Koha will automatically set up a transfer of this item to its homebranch','YesNo'),
62
('AutomaticItemReturn','1',NULL,'If ON, Koha will automatically set up a transfer of this item to its homebranch','YesNo'),
63
('autoMemberNum','1','','If ON, patron number is auto-calculated','YesNo'),
63
('autoMemberNum','1','','If ON, patron number is auto-calculated','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-2 / +1 lines)
Lines 10-16 Patrons: Link Here
10
         - "Use"
10
         - "Use"
11
         - pref: AutoEmailPrimaryAddress
11
         - pref: AutoEmailPrimaryAddress
12
           default: "OFF"
12
           default: "OFF"
13
           choices:
13
           multiple:
14
               email: home
14
               email: home
15
               emailpro: work
15
               emailpro: work
16
               B_email: alternate
16
               B_email: alternate
17
- 

Return to bug 12802