From 097a6588d0b2cbcf9c761dddcbb584294f11fa1c Mon Sep 17 00:00:00 2001 From: angelo Date: Fri, 25 Jul 1997 16:15:46 +0000 Subject: [PATCH] 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 --- cg/cg2100.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)); }