Koha/installer/data/mysql/fr-CA/facultatif/sample_holidays.sql
Francois Charbonnier b09460de90 Bug 14622 - New data in French Canadian for the web installer. Add "fr-CA" folder.
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>
2016-05-04 14:03:37 +00:00

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');