Corretta la cagata del rimborso infraanale (MI0452)

git-svn-id: svn://10.65.10.50/trunk@1004 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-02-15 11:36:31 +00:00
parent 88c4f0ce3c
commit 9b6ce7f444
5 changed files with 244 additions and 237 deletions

View File

@ -419,8 +419,15 @@ _DescrItem* TLiquidazione_app::recalc_rimborso(int month, const char* codatts)
} }
// finalmente // finalmente
alv = vtot/ivav; alv.round(2); alv = ivav/vtot; alv.round(2);
ala = atot/ivaa; ala.round(2); ala = ivaa/atot; ala.round(2);
TString alvs = alv.string();
TString alas = ala.string();
TString vtots = vtot.string();
TString atots = atot.string();
TString ivavs = ivav.string();
TString ivaas = ivaa.string();
if (ala > alv) if (ala > alv)
{ {