diff --git a/ve/ve6100.cpp b/ve/ve6100.cpp index 860359cdc..b91b44dbd 100755 --- a/ve/ve6100.cpp +++ b/ve/ve6100.cpp @@ -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(); }