corretto errore segnalato da Omero su scheda percipienti (scambio di valori) in data 11/11/96
git-svn-id: svn://10.65.10.50/trunk@3897 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
314f22372d
commit
f022bd6ca4
@ -883,7 +883,7 @@ bool TSchedaPercipienti::check_causale(TMask_field& f, KEY k)
|
|||||||
{
|
{
|
||||||
real rScorporaComp, rImpInps;
|
real rScorporaComp, rImpInps;
|
||||||
CalcolaInps(rPercCassaPrev,__rCompensoCg,rPercContrInps,rPercAssContrInps,
|
CalcolaInps(rPercCassaPrev,__rCompensoCg,rPercContrInps,rPercAssContrInps,
|
||||||
rQuotaCommitContrInps,rInpsComplex,rInpsPerc);
|
rQuotaCommitContrInps,rInpsPerc,rInpsComplex);
|
||||||
|
|
||||||
TString sInpsComp(rInpsComplex.string());
|
TString sInpsComp(rInpsComplex.string());
|
||||||
TString sInpsPerc(rInpsPerc.string());
|
TString sInpsPerc(rInpsPerc.string());
|
||||||
@ -1117,7 +1117,7 @@ bool TSchedaPercipienti::compenso_handler(TMask_field& f, KEY k)
|
|||||||
real rPercAssContrInps = mm.get_real(F_PERC_ASS_INPS);
|
real rPercAssContrInps = mm.get_real(F_PERC_ASS_INPS);
|
||||||
real rQuotaCommitContrInps = mm.get_real(F_PERC_COMMIT_INPS);
|
real rQuotaCommitContrInps = mm.get_real(F_PERC_COMMIT_INPS);
|
||||||
CalcolaInps(rPercCassaPrev,compenso,rPercContrInps,rPercAssContrInps,
|
CalcolaInps(rPercCassaPrev,compenso,rPercContrInps,rPercAssContrInps,
|
||||||
rQuotaCommitContrInps,rInpsComplex,rInpsPerc);
|
rQuotaCommitContrInps,rInpsPerc,rInpsComplex);
|
||||||
|
|
||||||
TString sInpsComp(rInpsComplex.string());
|
TString sInpsComp(rInpsComplex.string());
|
||||||
TString sInpsPerc(rInpsPerc.string());
|
TString sInpsPerc(rInpsPerc.string());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user