From fcfc326b4ccbf764c3d816cc92de83ca0a08e728 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 19 Sep 2014 18:36:06 +0000 Subject: [PATCH] Include custom fields in search --- timesheet/inc/class.timesheet_bo.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/timesheet/inc/class.timesheet_bo.inc.php b/timesheet/inc/class.timesheet_bo.inc.php index 272a9deba5..1170a0090f 100644 --- a/timesheet/inc/class.timesheet_bo.inc.php +++ b/timesheet/inc/class.timesheet_bo.inc.php @@ -156,6 +156,7 @@ class timesheet_bo extends so_sql_cf { parent::__construct(TIMESHEET_APP,'egw_timesheet',self::EXTRA_TABLE,'','ts_extra_name','ts_extra_value','ts_id'); + $this->columns_to_search[] = self::EXTRA_TABLE.'.ts_extra_value'; $this->config_data = config::read(TIMESHEET_APP); $this->quantity_sum = $this->config_data['quantity_sum'] == 'true';