mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Add space to resource quantity in participant search result
This commit is contained in:
parent
6908598eaa
commit
736b22ddde
@ -818,7 +818,7 @@ class resources_bo
|
||||
else
|
||||
{
|
||||
$list[$id] = $resource['name']. ($resource['short_description'] ? ', ['.$resource['short_description'].']':'') .
|
||||
($resource['useable'] > 1 ? "( {$resource['useable']} / {$resource['quantity']} )" : '');
|
||||
($resource['useable'] > 1 ? " ( {$resource['useable']} / {$resource['quantity']} )" : '');
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user