Bonus/malus are now individual by default
This commit is contained in:
parent
4877749a76
commit
24df9247e7
2 changed files with 19 additions and 2 deletions
|
@ -235,7 +235,8 @@ sub grades_new_bonus
|
|||
$trace->delId($kbonus);
|
||||
}
|
||||
} else {
|
||||
$trace->addId($kbonus, $tvalue);
|
||||
my $e = $trace->addId($kbonus, $tvalue);
|
||||
$e->changeWho($login, "login");
|
||||
}
|
||||
|
||||
log DEBUG, "Updating $basedir/$year/$project_id/traces/bonus/$login.xml";
|
||||
|
|
Reference in a new issue