Patch level : 12.0 868

Files correlati     : cg2.exe
Commento            : Corretta contab. autom. per rev. charge
This commit is contained in:
Simone Palacino 2019-09-04 12:19:15 +02:00
parent 0c09b9897c
commit 8c0b18baa8

View File

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