mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
Include custom fields in search
This commit is contained in:
parent
2cc0e8d434
commit
fcfc326b4c
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user