Corretta chiamata in_valuta() nella generazione effetti nel calcolo
del pagamento git-svn-id: svn://10.65.10.50/trunk@5244 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
88dec6ba02
commit
9d0a05b6c2
@ -391,7 +391,7 @@ void TGenerazione_effetti::calc_pagamento(TDocumento& doc, TString16& codpag, TS
|
||||
real totspese = doc.spese();
|
||||
real totimposte = doc.imposta();
|
||||
real totimponibili = doc.totale_doc() - totimposte - totspese;
|
||||
if (doc.in_valuta)
|
||||
if (doc.in_valuta())
|
||||
{
|
||||
real val1 = totimponibili * change;
|
||||
real val2 = totimposte * change;
|
||||
|
Loading…
x
Reference in New Issue
Block a user