Bug 6530: Item Due notice label displaying as 'unknown'
[koha_fer] / installer / data / mysql / ru-RU / mandatory / sample_notices_message_attributes.sql
index c9d9bd1..94c7897 100644 (file)
@@ -3,7 +3,7 @@ truncate message_attributes;
 insert into `message_attributes`
 (`message_attribute_id`, message_name, `takes_days`)
 values
-(1, 'Item_DUE',                    0),
+(1, 'Item_Due',                    0),
 (2, 'Advance_Notice',              1),
 (4, 'Hold_Filled',                 0),
 (5, 'Item_Check_in',               0),