Aggiunti Cina e Jugoslavia a comuni disponibili

This commit is contained in:
2026-01-07 11:42:59 +01:00
parent 4391da4ce7
commit 57330a872f

View File

@@ -126,6 +126,12 @@ switch($luogoNascita){
case "TORINO":
$codComune = "L219";
break;
case "CINA":
$codComune = "Z210";
break;
case "JUGOSLAVIA":
$codComune = "Z118";
break;
default:
echo "<script>alert(\"Comune non valido o non presente in base dati\");</script>";
break;