Merge remote branch 'kc/new/enh/bug_5431' into kcmaster
[koha.git] / installer / data / mysql / fr-FR / 2-Optionel / sample_notices_message_attributes.sql
1 insert into `message_attributes`
2 (`message_attribute_id`, message_name, `takes_days`)
3 values
4 (1, 'Item_DUE', 0),
5 (2, 'Advance_Notice', 1),
6 (4, 'Hold_Filled', 0),
7 (5, 'Item_Check_in', 0),
8 (6, 'Item_Checkout', 0);
9