diff --git a/cg/cg2100.cpp b/cg/cg2100.cpp index cb0c0b7e9..e883589a8 100755 --- a/cg/cg2100.cpp +++ b/cg/cg2100.cpp @@ -1565,6 +1565,8 @@ void TPrimanota_application::mask2ini(const TMask& msk, TConfig& ini) for (f = rec.items()-1; f >= 0; f--) { const char* name = rec.fieldname(f); + if (strcmp(name,RMV_NUMGIO) == 0) + continue; // Non scrive il codice del centro di costo ini.set(name, rec.get(name)); }