Patch level :4.0 428
Files correlati :cg7.exe Ricompilazione Demo : [ ] Commento :corretto problema dell'iva indetraibile parzialmente git-svn-id: svn://10.65.10.50/trunk@14092 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8c5240f66e
commit
a64665c215
@ -939,9 +939,13 @@ real TInvioP::calcola_pagamento(TRectype& curpag_rec)
|
||||
{
|
||||
const real importo = rmoviva.get_real(RMI_IMPONIBILE);
|
||||
real iva = rmoviva.get_real(RMI_IMPOSTA);
|
||||
const TString& tipodet = rmoviva.get(RMI_TIPODET);
|
||||
|
||||
imponibile += importo;
|
||||
imposta += iva;
|
||||
if (tipodet.full())
|
||||
imponibile += iva;
|
||||
else
|
||||
imposta += iva;
|
||||
}
|
||||
}
|
||||
totdoc = totale_documento(pn.curr()); //tot doc con ritenute fiscali + ritenute sociali (da stampare)
|
||||
|
Loading…
x
Reference in New Issue
Block a user