Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Jan 8, 2025
1 parent cd080b8 commit 4a34535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ public static OrganisationUnit createOrganisationUnit(char uniqueCharacter) {
unit.setName("OrganisationUnit" + uniqueCharacter);
unit.setShortName("OrganisationUnitShort" + uniqueCharacter);
unit.setCode("OrganisationUnitCode" + uniqueCharacter);
unit.setPath(unit.getPath());
unit.setOpeningDate(date);
unit.setComment("Comment" + uniqueCharacter);
// unit.getSharing().setPublicAccess("--------");
Expand Down

0 comments on commit 4a34535

Please sign in to comment.