Patch level : 10.0 646

Files correlati     : tp0.exe
Ricompilazione Demo : [ ]
Commento            :

Bug   	0001563: 002193 ImballaggiEffeEmme - codice IBAN

il trasferimento dei documenti da pack riporta il codice abi e cab anzichè il codice iban. Si richiede di riportare il codice iban se esistente e l'abi cab solo se l'iban non esiste.

Allego il tp0101.ini che risolve il problema dell'importazione del codice assoggettamento fiscale ESPO inesistente se presente dichiarazione d'intenti.


git-svn-id: svn://10.65.10.50/trunk@20145 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2010-02-19 14:43:23 +00:00
parent 595d101161
commit 6a5fd83989
2 changed files with 6 additions and 5 deletions

View File

@ -72,12 +72,12 @@ CODVETT2 =
CODVETT3 = CODVETT3 =
RAGGDOC = RAGGDOC =
CODCFASS = CODCFASS =
ASSFIS = _TAB,%TPI,CodIvaNI,S6 ASSFIS = _TABCOM,%TPI,CodIvaNI,S6
FATTSOSP = FATTSOSP =
VSNRPROT = ExportProtNum VSNRPROT = ExportOrigNum
VSDATAREG = ExportProtDate VSDATAREG = ExportOrigDate
NSNPROT = ExportOrigNum NSNPROT = ExportProtNum
NSDATAREG = ExportOrigDate NSDATAREG = ExportProtDate
CATFIN = CATFIN =
CODABIPR = CODABIPR =
CODCABPR = CODCABPR =

View File

@ -641,6 +641,7 @@ bool TPack_ddt::trasferisci()
const TRectype& clifo = cache().get(LF_CLIFO, tok); const TRectype& clifo = cache().get(LF_CLIFO, tok);
doc->put(DOC_CODABIA, clifo.get(CLI_CODABI)); doc->put(DOC_CODABIA, clifo.get(CLI_CODABI));
doc->put(DOC_CODCABA, clifo.get(CLI_CODCAB)); doc->put(DOC_CODCABA, clifo.get(CLI_CODCAB));
doc->put(DOC_IBAN, clifo.get(CLI_IBAN));
} }
} }
doc->put(DOC_ZONA, decode_field("ZON", "ZoneCode")); // Crea anche la zona se necessario doc->put(DOC_ZONA, decode_field("ZON", "ZoneCode")); // Crea anche la zona se necessario