From f7af37233a12df9f48bec9864fd3ababa00c8094 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 19 Jun 2012 10:36:23 -0500 Subject: [PATCH] bug 8110 - add branchcode MPL to sample holidays to facilitate automated testing. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain --- installer/data/mysql/en/optional/sample_holidays.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'); -- 2.39.2