CalcolaFrom12To15
This commit is contained in:
parent
041f9cda23
commit
92bd0e7c43
@ -273,7 +273,12 @@ public class GestisciCodiceFiscale {
|
||||
}
|
||||
|
||||
static String CalcolaFrom12To15(String luogoNascita) {
|
||||
|
||||
//API per i codici del catasto
|
||||
String ritorno = "";
|
||||
if (luogoNascita.equals("varese")) {
|
||||
ritorno = "L682";
|
||||
}
|
||||
return ritorno;
|
||||
}
|
||||
|
||||
static String CalcolaSedicesimo() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user