mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"fix for bug #354: Task with status \"offer\" not possible"
This commit is contained in:
parent
20b4f9b77d
commit
5c37c5551f
@ -559,7 +559,7 @@ class boinfolog
|
||||
{
|
||||
$values['info_status'] = 'done';
|
||||
}
|
||||
if (count($values['info_responsible']) && $values['info_status'] == 'offer')
|
||||
if ($values['info_responsible'] && $values['info_status'] == 'offer')
|
||||
{
|
||||
$values['info_status'] = 'not-started'; // have to match if not finished
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user