From 8c0b18baa86b0a726b0eaeb072dcd340c49fa64e Mon Sep 17 00:00:00 2001 From: Simone Palacino Date: Wed, 4 Sep 2019 12:19:15 +0200 Subject: [PATCH] Patch level : 12.0 868 Files correlati : cg2.exe Commento : Corretta contab. autom. per rev. charge --- src/cg/cg2100.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cg/cg2100.cpp b/src/cg/cg2100.cpp index 208a91553..98b6d25b2 100755 --- a/src/cg/cg2100.cpp +++ b/src/cg/cg2100.cpp @@ -2636,8 +2636,7 @@ int TPrimanota_application::save_fppro() real tot_doc = msk.get_real(F_TOTALE); const real ritfis = msk.get_real(F_RITFIS); const real ritsoc = msk.get_real(F_RITSOC); - const real revcharge = msk.get_real(F_REVCHARGE); - tot_doc = tot_doc + ritfis + ritsoc + revcharge; + tot_doc = tot_doc + ritfis + ritsoc; TToken_string fppro_keys(msk.get(F_PROKEY), ';'); const TString& keyprginvio = fppro_keys.get(); const TString& keyheaderfatt = fppro_keys.get();