CodiceFiscaleJS icon indicating copy to clipboard operation
CodiceFiscaleJS copied to clipboard

The province for the municipality of Ussana isn't up to date. "US" -> "CA"

Open oidualc opened this issue 6 months ago • 0 comments

Description

The municipality of Ussana is associated with the "US" province. It should be associated with the "CA" province instead, as stated here: https://www.comune.ussana.ca.it/.

Steps to reproduce

const taxCode = new CodiceFiscale("RSSMRA00A01L512M");
const birthPlaceProv = taxCode.birthplace.prov

Expected result

birthPlaceProv === "CA"

Actual result

birthPlaceProv === "US"

Additional information

The behaviour is observed in v2.3.23.

oidualc avatar Aug 28 '25 13:08 oidualc