diff --git a/src/fe/felib.cpp b/src/fe/felib.cpp index d65108ac0..a7f50ec44 100644 --- a/src/fe/felib.cpp +++ b/src/fe/felib.cpp @@ -303,10 +303,9 @@ const TString& TAnagrafica::stato_partita_IVA() const TString& str = get_tmp_string(); if (_stato_paiv.full()) str = _stato_paiv; - else + else if(italiano()) { - // Propongo il codice iso del suo stato - str = stato_residenza_ISO(); + str = "IT"; } return str; }