Errore MI3203
git-svn-id: svn://10.65.10.50/trunk@1641 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
311aa57811
commit
85af559212
@ -1368,9 +1368,14 @@ void TLiquidazione_app::set_grand(_DescrItem& d)
|
|||||||
if (!_is_visliq)
|
if (!_is_visliq)
|
||||||
{
|
{
|
||||||
// descrizione rettifiche
|
// descrizione rettifiche
|
||||||
if (!(d._s4.empty() && d._s5.empty())) rw++;
|
if (!(d._s4.empty() && d._s5.empty()))
|
||||||
if (!d._s4.empty()) { set_row(rw++, "%t", &(d._s4)); }
|
{
|
||||||
if (!d._s5.empty()) { set_row(rw++, "%t", &(d._s5)); }
|
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
|
// rapportini per rimborso infraannuale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user