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
This commit is contained in:
parent
bb5257f00c
commit
14ac0c0356
@ -428,6 +428,12 @@ void TConversione_archivi::convert_patty()
|
|||||||
ivd.put("CODTAB", "9E0023");
|
ivd.put("CODTAB", "9E0023");
|
||||||
if (ivd.read(_isequal, _lock) == NOERR)
|
if (ivd.read(_isequal, _lock) == NOERR)
|
||||||
ivd.remove();
|
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");
|
TTable doc("%TPD");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user