-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Context
Enskild Firma should make use of the + separator in formatting if the firma/owner is above 100 years old.
The following snippet should be changed:
public String format(boolean separator) {
String nr = this.getShortString();
return separator ?
nr.substring(0, 6) + "-" + nr.substring(6) :
nr;
}
Expected outcome
EF's with age over 100 should contain the + separator if separator param is true.
Actual outcome
EF's with age over 100 contains the - separator if separator param is true.
For more context, see: organisationsnummer/csharp#38
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working