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

(-)a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql (-1 / +1 lines)
Lines 8-13 values Link Here
8
(6, 'Item_Checkout', 0),
8
(6, 'Item_Checkout', 0),
9
(7, 'Ill_ready', 0),
9
(7, 'Ill_ready', 0),
10
(8, 'Ill_unavailable', 0),
10
(8, 'Ill_unavailable', 0),
11
(9, 'Auto_Renewals', 0);
11
(9, 'Auto_Renewals', 0),
12
(10, 'Hold_Reminder', 0);
12
(10, 'Hold_Reminder', 0);
13
13
(-)a/installer/data/mysql/mandatory/sample_notices_message_transports.sql (-3 / +2 lines)
Lines 34-41 values Link Here
34
(9, 'email', 0, 'circulation', 'AUTO_RENEWALS'),
34
(9, 'email', 0, 'circulation', 'AUTO_RENEWALS'),
35
(9, 'sms',   0, 'circulation', 'AUTO_RENEWALS'),
35
(9, 'sms',   0, 'circulation', 'AUTO_RENEWALS'),
36
(9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'),
36
(9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'),
37
(9, 'sms',   1, 'circulation', 'AUTO_RENEWALS_DGST');
37
(9, 'sms',   1, 'circulation', 'AUTO_RENEWALS_DGST'),
38
(10, 'email', 0, 'circulation', 'HOLD_REMINDER'),
38
(10, 'email', 0, 'circulation', 'HOLD_REMINDER'),
39
(10, 'sms',   0, 'circulation', 'HOLD_REMINDER'),
39
(10, 'sms',   0, 'circulation', 'HOLD_REMINDER'),
40
(10, 'phone', 0, 'circulation', 'HOLD_REMINDER'),
40
(10, 'phone', 0, 'circulation', 'HOLD_REMINDER'),
41
(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'),
41
(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER');
42
- 

Return to bug 29586