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");