b09460de90
TEST PLAN : - install Koha - choose fr-CA as the installation language - check every options in the web installer - every file should load smoothly Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Works well, no problem/warning loading all sample files. No koha-qa errors Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
4 lines
147 B
SQL
4 lines
147 B
SQL
INSERT INTO `repeatable_holidays` VALUES
|
|
(2,'MPL',0,NULL,NULL,'','Dimanches'),
|
|
(3,'MPL',NULL,1,1,'','Nouvel an'),
|
|
(4,'MPL',NULL,25,12,'','Noël');
|