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