Fix API::Projects::get_groups
This commit is contained in:
parent
ce15c69841
commit
37dde8ce57
3 changed files with 20 additions and 19 deletions
|
@ -11,7 +11,6 @@ my $projid = $ARGV[0];
|
|||
my $year = $ARGV[1] // LDAP::get_year;
|
||||
|
||||
my $res = API::Projects::get_groups($projid, $year);
|
||||
my $tag = "rendu-1";
|
||||
|
||||
map {
|
||||
my $chief;
|
||||
|
|
Reference in a new issue