Correzione MI3634. Non trasferisce piu' il centro di costo nel file

ACTCSP.INI


git-svn-id: svn://10.65.10.50/trunk@4926 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-07-25 16:15:46 +00:00
parent 64b264087d
commit 097a6588d0

View File

@ -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));
}