forked from extern/egroupware
close action was not setting the new percentage to 100%
This commit is contained in:
parent
2bc928a6cb
commit
bc1ed0b65e
@ -391,6 +391,7 @@
|
||||
$values = array(
|
||||
'info_id' => $info_id,
|
||||
'info_status' => 'done',
|
||||
'info_percent'=> 100,
|
||||
);
|
||||
$this->bo->write($values);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user