Bug 9673 - Track when items are marked as lost or withdrawn
[koha.git] / installer / data / mysql / de-DE / optional / sample_holidays.sql
1 INSERT INTO `repeatable_holidays` VALUES
2 (2,'MPL',0,NULL,NULL,'','Sonntag'),
3 (3,'MPL',NULL,1,1,'','Neujahr'),
4 (4,'MPL',NULL,25,12,'','1. Weihnachtsfeiertag'),
5 (5,'MPL',NULL,25,12,'','2. Weihnachtsfeiertag');