From de0bd3f1c936319a328ecd471329c5b2aaeb10aa Mon Sep 17 00:00:00 2001 From: angelo Date: Wed, 17 Jul 1996 10:23:52 +0000 Subject: [PATCH] Correzione errore MI1111. git-svn-id: svn://10.65.10.50/trunk@3195 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg0400.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cg/cg0400.cpp b/cg/cg0400.cpp index e53913d76..892cb079b 100755 --- a/cg/cg0400.cpp +++ b/cg/cg0400.cpp @@ -749,11 +749,11 @@ void TProgressivi_iva::prospetto_pagina(TGen_array& gen, TIva_array& iva) st_riga = TRUE; } cerca_tipo(iva,acq_ind_art_19,im,is,d); - t_impoa += im; - t_imposa += is; + t_impobd += im; + t_imposbd += is; if (im != ZERO || is != ZERO) { - set_row(r++, "Totali acquisti indeducibili per ART.19@62g%r@78g%r", &im, &is); + set_row(r++, "Totali acquisti indeducibili per ART.19@100g%r@116g%r", &im, &is); st_riga = TRUE; } cerca_tipo(iva,acq_ind_pass_int,im,is,d);