From 14ac0c0356e57ed97f2ebf6b86cc8cfd7b79f739 Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 20 Jul 1995 09:05:50 +0000 Subject: [PATCH] Corretta conversione che rimuove il record 9E 23 dalla tabella della IV direttiva CEE. git-svn-id: svn://10.65.10.50/trunk@1620 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/bacnv.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ba/bacnv.cpp b/ba/bacnv.cpp index b78f584ac..1c8e79917 100755 --- a/ba/bacnv.cpp +++ b/ba/bacnv.cpp @@ -428,6 +428,12 @@ void TConversione_archivi::convert_patty() ivd.put("CODTAB", "9E0023"); if (ivd.read(_isequal, _lock) == NOERR) ivd.remove(); + ivd.put("CODTAB", "9E 23"); + if (ivd.read(_isequal, _lock) == NOERR) + ivd.remove(); + ivd.put("CODTAB", "9E 23"); + if (ivd.read(_isequal, _lock) == NOERR) + ivd.remove(); } { TTable doc("%TPD");