From 07018ce6f6403cdd3868de606796829bba68e83d Mon Sep 17 00:00:00 2001 From: villa Date: Mon, 17 Jul 1995 09:53:11 +0000 Subject: [PATCH] Arrotondamento stupido percentuale rimborso per esenti git-svn-id: svn://10.65.10.50/trunk@1602 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4304.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg/cg4304.cpp b/cg/cg4304.cpp index 78580b5b3..0572ff2c7 100755 --- a/cg/cg4304.cpp +++ b/cg/cg4304.cpp @@ -1388,7 +1388,7 @@ void TLiquidazione_app::set_grand(_DescrItem& d) set_row(rw++,"1) Soggetto con quota di operazioni esenti e non" " imponibili superiore al 25%%"); - real perc = (di._r0/di._r1); perc *= CENTO; perc.round(ROUND_LIRA); + real perc = (di._r0/di._r1); perc *= CENTO; perc.ceil(ROUND_LIRA); TString sep(strlen(REAL_PICTURE)+2); sep.fill('-'); set_row(rw++,"");