close action was not setting the new percentage to 100%

This commit is contained in:
Ralf Becker 2006-03-21 09:11:18 +00:00
parent 2bc928a6cb
commit bc1ed0b65e

View File

@ -391,6 +391,7 @@
$values = array(
'info_id' => $info_id,
'info_status' => 'done',
'info_percent'=> 100,
);
$this->bo->write($values);