Patch level : 12.0 904
Files correlati : cg4.exe Commento : Corretto aggiornamento saldi. riaggiungeva in dare i saldi iniziali
This commit is contained in:
parent
14afa6c813
commit
f8ca613161
@ -858,7 +858,9 @@ void TTab_conti::aggiorna_conto(const TBill& tcon,
|
|||||||
if (!movimentato)
|
if (!movimentato)
|
||||||
if (tc->dare().is_zero() && tc->avere().is_zero() &&
|
if (tc->dare().is_zero() && tc->avere().is_zero() &&
|
||||||
tc->saldofin().is_zero() && tc->darepro().is_zero() &&
|
tc->saldofin().is_zero() && tc->darepro().is_zero() &&
|
||||||
tc->averepro().is_zero() && tc->saldo().is_zero())
|
tc->dareprob().is_zero() && tc->dareproc().is_zero() &&
|
||||||
|
tc->averepro().is_zero() && tc->avereprob().is_zero() &&
|
||||||
|
tc->avereproc().is_zero() && tc->saldo().is_zero())
|
||||||
remove(*tc, anno_es, scaricato);
|
remove(*tc, anno_es, scaricato);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user