Modifica per ERRORE FATALE il campo DESCR non appartiene al file 78 (abpcon)

git-svn-id: svn://10.65.10.50/trunk@2048 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1995-10-30 16:18:19 +00:00
parent 3c54c2ab12
commit 0ef4009c84

@ -1410,7 +1410,7 @@ const char* CG1100_application::descrizione_codcbl(TString& codcbl)
abpcon.zero();
abpcon.put("CODCBL", codcbl);
if (abpcon.read() == NOERR)
tmp = abpcon.get("DESCR");
tmp = abpcon.get("DESCRIZ");
else
tmp = "";
return tmp;