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();