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:
angelo 1996-11-23 11:42:06 +00:00
parent 5df598f64f
commit 9be006b6ec

View File

@ -200,7 +200,7 @@ bool TMovimentoPN_VE::add_cg_rec(int n, const TImporto& imp)
{
TImporto tot(get_cg_imp(n));
tot += imp;
tot.normalize();
//tot.normalize();
set_cg_imp(n, tot);
return tot.is_zero();
}