Koha/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
Galen Charlton 4f3043a0d2 Italian installer SQL
Created by Zeno Tajoli <tajoli@cilea.it>.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-10-12 10:18:39 -04:00

12 lines
276 B
SQL

SET FOREIGN_KEY_CHECKS=0;
insert into `message_attributes`
(`message_attribute_id`, message_name, `takes_days`)
values
(1, 'Copia scaduta', 0),
(2, 'Avviso preventivo', 1),
(4, 'Prenotazione compilata', 0),
(5, 'Check In', 0),
(6, 'Check Out', 0);
SET FOREIGN_KEY_CHECKS=1;