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:
parent
64b264087d
commit
097a6588d0
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user