Tolta normalizzazione delle righe IVA.
git-svn-id: svn://10.65.10.50/trunk@3925 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5df598f64f
commit
9be006b6ec
@ -200,7 +200,7 @@ bool TMovimentoPN_VE::add_cg_rec(int n, const TImporto& imp)
|
|||||||
{
|
{
|
||||||
TImporto tot(get_cg_imp(n));
|
TImporto tot(get_cg_imp(n));
|
||||||
tot += imp;
|
tot += imp;
|
||||||
tot.normalize();
|
//tot.normalize();
|
||||||
set_cg_imp(n, tot);
|
set_cg_imp(n, tot);
|
||||||
return tot.is_zero();
|
return tot.is_zero();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user