Bug 12240 - update of Italian SQL files (non-MARC setup)
[koha_fer] / installer / data / mysql / it-IT / necessari / patron_categories.sql
index bd36b18..6ca50fc 100644 (file)
@@ -1,10 +1,9 @@
-SET FOREIGN_KEY_CHECKS=0;
-
 INSERT INTO `categories` (`categorycode`, `description`, `enrolmentperiod`, `upperagelimit`, `dateofbirthrequired`, `finetype`, `bulk`, `enrolmentfee`, `overduenoticerequired`, `issuelimit`, `reservefee`, `category_type`) VALUES 
 
 -- Adult Patrons
 ('PT','Utente',99,999,18,NULL,NULL,'0.000000',1,NULL,'0.000000','A'),
 ('ST','Studente',99,999,18,NULL,NULL,'0.000000',1,NULL,'0.000000','A'),
+('HB','Gruppa familiare',99,999,18,NULL,NULL,'0.000000',1,NULL,'0.000000','A'),
 
 -- Children
 ('K','Bambino',99,17,5,NULL,NULL,'0.000000',1,NULL,'0.000000','C'),
@@ -13,7 +12,7 @@ INSERT INTO `categories` (`categorycode`, `description`, `enrolmentperiod`, `upp
 
 -- Professionals
 ('T','Insegnante',99,999,18,NULL,NULL,'0.000000',0,NULL,'0.000000','P'),
-('B','Board',99,17,5,NULL,NULL,'0.000000',1,NULL,'0.000000','P'),
+('B','Associati',99,17,5,NULL,NULL,'0.000000',1,NULL,'0.000000','P'),
 
 -- Institutional
 ('IL','Prestito Interbibliotecario',99,999,18,NULL,NULL,'0.000000',1,NULL,'0.000000','I'),
@@ -22,5 +21,3 @@ INSERT INTO `categories` (`categorycode`, `description`, `enrolmentperiod`, `upp
 
 -- Staff
 ('S','Staff',99,999,18,NULL,NULL,'0.000000',0,NULL,'0.000000','S');
-
-SET FOREIGN_KEY_CHECKS=1;