Bug 21639: Adjust the other languages
[koha.git] / installer / data / mysql / ru-RU / mandatory / sample_notices_message_transports.sql
blob5de5c1aa40076aacf4faec9d6c98c18792c3e0b0
1 truncate message_transports;
3 insert into `message_transports`
4 (`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`)
5 values
6 (1, 'email', 0, 'circulation', 'DUE'),
7 (1, 'email', 1, 'circulation', 'DUEDGST'),
8 (1, 'sms',   0, 'circulation', 'DUE'),
9 (1, 'sms',   1, 'circulation', 'DUEDGST'),
10 (2, 'email', 0, 'circulation', 'PREDUE'),
11 (2, 'email', 1, 'circulation', 'PREDUEDGST'),
12 (2, 'sms',   0, 'circulation', 'PREDUE'),
13 (2, 'sms',   1, 'circulation', 'PREDUEDGST'),
14 (2, 'phone', 0, 'circulation', 'PREDUE'),
15 (2, 'phone', 1, 'circulation', 'PREDUEDGST'),
16 (4, 'email', 0, 'reserves',    'HOLD'),
17 (4, 'sms',   0, 'reserves',    'HOLD'),
18 (4, 'phone', 0, 'reserves',    'HOLD'),
19 (5, 'email', 0, 'circulation', 'CHECKIN'),
20 (5, 'sms',   0, 'circulation', 'CHECKIN'),
21 (6, 'email', 0, 'circulation', 'CHECKOUT'),
22 (6, 'sms',   0, 'circulation', 'CHECKOUT');