Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :sistemati casini da riporto 3.2


git-svn-id: svn://10.65.10.50/trunk@17119 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-08-28 10:07:33 +00:00
parent f5b2043d50
commit 67791a4ae1

View File

@ -2451,14 +2451,9 @@ void TDocumento::update_spese_aut(TString_array & spese_aut, bool preserve_old,
if (nspese > 0)
{
TString16 key; key.format("%c|%ld", get_char(DOC_TIPOCF), get_long(DOC_CODCF));
const TString4 cod_iva_cli = cache().get(LF_CFVEN, key, "ASSFIS");
TSpesa_prest sp;
cfven.put("TIPOCF", get("TIPOCF"));
cfven.put("CODCF", get("CODCF"));
if (cfven.read() == NOERR)
cod_iva_cli = codesiva();
cod_iva_cli = codesiva();
for (i = 0; i < nspese; i++)
{
const TString& s = spese_aut.row(i);