From 9d0a05b6c2301c2edcbd617b4aafdbebc942a38f Mon Sep 17 00:00:00 2001 From: angelo Date: Mon, 22 Sep 1997 07:08:54 +0000 Subject: [PATCH] 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 --- ve/velib04c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/velib04c.cpp b/ve/velib04c.cpp index 47a49ed40..8cd7f74c1 100755 --- a/ve/velib04c.cpp +++ b/ve/velib04c.cpp @@ -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;