From 217664e63694f89b48bcf53a4461e2eb4b3676d8 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Thu, 4 Aug 2016 14:40:40 +0530 Subject: [PATCH] Fix column count issue --- core-ext/scripts/icehrm_master_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-ext/scripts/icehrm_master_data.sql b/core-ext/scripts/icehrm_master_data.sql index 96e25cdd..c9880fa4 100644 --- a/core-ext/scripts/icehrm_master_data.sql +++ b/core-ext/scripts/icehrm_master_data.sql @@ -821,7 +821,7 @@ REPLACE INTO `Reports` (`name`, `details`, `parameters`, `query`, `paramOrder`, 'TerminatedEmployeeReport', '["department","date_start","date_end"]', 'Class','Employee Information','CSV'); -REPLACE INTO `Reports` (`name`, `details`, `parameters`, `query`, `paramOrder`, `type`,`report_group`) VALUES +REPLACE INTO `Reports` (`name`, `details`, `parameters`, `query`, `paramOrder`, `type`,`report_group`,`output`) VALUES ('Travel Request Report', 'This report list employees travel requests for a specified period', '[\r\n[ "employee", {"label":"Employee","type":"select2multi","allow-null":true,"null-label":"All Employees","remote-source":["Employee","id","first_name+last_name"]}],\r\n[ "date_start", {"label":"Start Date","type":"date"}],\r\n[ "date_end", {"label":"End Date","type":"date"}],\r\n[ "status", {"label":"Status","type":"select","source":[["NULL","All Statuses"],["Approved","Approved"],["Pending","Pending"],["Rejected","Rejected"],["Cancellation Requested","Cancellation Requested"],["Cancelled","Cancelled"]]}]\r\n]', 'TravelRequestReport',