Problem/Motivation

A valid BSN can be 8 or 9 digits long, however for consistency an 8 digit BSN usually is padded with a leading 0.

Proposed resolution

Before storing the number add a leading 0 if the submitted BSN only consists of 8 digits.

Comments

Erik Frèrejean created an issue.