Fix comma position
This commit is contained in:
parent
f3904e62b2
commit
81cb719417
2 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ sub grades_new_bonus
|
|||
my $args = shift;
|
||||
|
||||
my $project_id = $args->{param}{id};
|
||||
my $delete = $args->{param}{delete} // 0;
|
||||
my $delete = $args->{param}{delete};
|
||||
my $year = $args->{param}{year} // LDAP::get_year;
|
||||
|
||||
if (! $project_id) {
|
||||
|
|
Reference in a new issue