From 85af55921231c6c49ef61644a0292613f853e789 Mon Sep 17 00:00:00 2001 From: pirro Date: Tue, 25 Jul 1995 10:54:58 +0000 Subject: [PATCH] Errore MI3203 git-svn-id: svn://10.65.10.50/trunk@1641 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4304.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/cg/cg4304.cpp b/cg/cg4304.cpp index de3ab7e58..65302ca29 100755 --- a/cg/cg4304.cpp +++ b/cg/cg4304.cpp @@ -1368,9 +1368,14 @@ void TLiquidazione_app::set_grand(_DescrItem& d) if (!_is_visliq) { // descrizione rettifiche - if (!(d._s4.empty() && d._s5.empty())) rw++; - if (!d._s4.empty()) { set_row(rw++, "%t", &(d._s4)); } - if (!d._s5.empty()) { set_row(rw++, "%t", &(d._s5)); } + if (!(d._s4.empty() && d._s5.empty())) + { + rw++; + set_row(rw++, "@11g@bDESCRIZIONE RETTIFICHE@r"); + rw++; + } + if (!d._s4.empty()) { set_row(rw++, "@11g%t", &(d._s4)); } + if (!d._s5.empty()) { set_row(rw++, "@11g%t", &(d._s5)); } } // rapportini per rimborso infraannuale