From: Liz Rea Date: Tue, 19 Jun 2012 15:36:23 +0000 (-0500) Subject: bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing. X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=f7af37233a12df9f48bec9864fd3ababa00c8094 bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain --- diff --git a/installer/data/mysql/en/optional/sample_holidays.sql b/installer/data/mysql/en/optional/sample_holidays.sql index e323317ce9..33b6ff6fc4 100644 --- a/installer/data/mysql/en/optional/sample_holidays.sql +++ b/installer/data/mysql/en/optional/sample_holidays.sql @@ -1,4 +1,4 @@ INSERT INTO `repeatable_holidays` VALUES -(2,'',0,NULL,NULL,'','Sundays'), -(3,'',NULL,1,1,'','New Year\'s Day'), -(4,'',NULL,25,12,'','Christmas'); +(2,'MPL',0,NULL,NULL,'','Sundays'), +(3,'MPL',NULL,1,1,'','New Year\'s Day'), +(4,'MPL',NULL,25,12,'','Christmas');