Bug 5462: Update of the italian sql files The bug is about strings that are used...
authorZeno Tajoli <tajoli@cilea.it>
Fri, 13 May 2011 07:27:54 +0000 (09:27 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 14 Jul 2011 22:59:19 +0000 (10:59 +1200)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql

index 231af9c..63d07fd 100644 (file)
@@ -3,10 +3,9 @@ SET FOREIGN_KEY_CHECKS=0;
 insert into `message_attributes`
 (`message_attribute_id`, message_name, `takes_days`)
 values
-(1, 'Item DUE', 0),
-(2, 'Advance Notice', 1),
-(4, 'Hold Filled', 0),
-(5, 'Item Check-in', 0),
-(6, 'Item Checkout', 0);
-
+(1, 'Item_Due', 0),
+(2, 'Advance_Notice', 1),
+(4, 'Hold_Filled', 0),
+(5, 'Item_Check_in', 0),
+(6, 'Item_Checkout', 0);
 SET FOREIGN_KEY_CHECKS=1;