mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
search alsoin field inventory-number
switch to planner-view of calendar by default
This commit is contained in:
parent
1fb094905a
commit
47d0963171
@ -50,7 +50,7 @@ class bo_resources
|
||||
{
|
||||
if ($this->debug) _debug_array($query);
|
||||
$query['search'] = $query['search'] ? $query['search'] : '*';
|
||||
$criteria = array('name' => $query['search'], 'short_description' => $query['search']);
|
||||
$criteria = array('name' => $query['search'], 'short_description' => $query['search'], 'inventory_number' => $query['search']);
|
||||
$read_onlys = 'res_id,name,short_description,quantity,useable,bookable,buyable,cat_id,location,storage_info';
|
||||
|
||||
$accessory_of = $query['view_accs_of'] ? $query['view_accs_of'] : -1;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user