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,8 +939,12 @@ real TInvioP::calcola_pagamento(TRectype& curpag_rec)
|
|||||||
{
|
{
|
||||||
const real importo = rmoviva.get_real(RMI_IMPONIBILE);
|
const real importo = rmoviva.get_real(RMI_IMPONIBILE);
|
||||||
real iva = rmoviva.get_real(RMI_IMPOSTA);
|
real iva = rmoviva.get_real(RMI_IMPOSTA);
|
||||||
|
const TString& tipodet = rmoviva.get(RMI_TIPODET);
|
||||||
|
|
||||||
imponibile += importo;
|
imponibile += importo;
|
||||||
|
if (tipodet.full())
|
||||||
|
imponibile += iva;
|
||||||
|
else
|
||||||
imposta += iva;
|
imposta += iva;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user