Koha/installer/data/mysql/en/optional/sample_holidays.sql
Liz Rea f7af37233a bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing.
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-01 16:43:51 +02:00

4 lines
156 B
SQL

INSERT INTO `repeatable_holidays` VALUES
(2,'MPL',0,NULL,NULL,'','Sundays'),
(3,'MPL',NULL,1,1,'','New Year\'s Day'),
(4,'MPL',NULL,25,12,'','Christmas');