Patch level : 12.0 1244
Files correlati : cg4.exe Commento: Ricorretta ventilazione dei corrispettivi
This commit is contained in:
parent
c6fdb42271
commit
1a639316e9
@ -162,7 +162,7 @@ void TLiquidazione_app::recalc_ventilation(int month, const char* codatt)
|
|||||||
|
|
||||||
if (tipocr == 1 && (mese == m) && att == curr_att)
|
if (tipocr == 1 && (mese == m) && att == curr_att)
|
||||||
{
|
{
|
||||||
if (!civa.iva_da_ventilare())
|
if (tipoiva != "NS" && tipoiva != "NI" && tipoiva != "ES")
|
||||||
{
|
{
|
||||||
real lurd = _pim->get_real("R0");
|
real lurd = _pim->get_real("R0");
|
||||||
lurd += _pim->get_real("R1");
|
lurd += _pim->get_real("R1");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user