Corretto calcolo totali delle persone fisiche con ritenuta d'imposta.
git-svn-id: svn://10.65.10.50/trunk@3801 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a135155203
commit
cc196d4c93
@ -2017,10 +2017,7 @@ bool TQuadroD::print(const long codditta, const long NumFis, const long NumNoFis
|
||||
if (testata)
|
||||
{
|
||||
(*cur) = PtrFis >= 0L ? PtrFis : 0L;
|
||||
if (_PaginaPosizionamento)
|
||||
fill_page(pr, 9);
|
||||
else
|
||||
fill_page(pr, 12);
|
||||
fill_page(pr, 9);
|
||||
stampa_testata(pr);
|
||||
testata = FALSE;
|
||||
}
|
||||
@ -2650,7 +2647,12 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
StampatiTotaliFis = TRUE;
|
||||
}
|
||||
else
|
||||
_tot_fis.destroy();
|
||||
{
|
||||
// Azzera i totali delle persone fisiche con ritenuta d'acconto
|
||||
TPrint_section& totali = section('F', last_page);
|
||||
for (int f = totali.fields()-1; f >= 0; f--)
|
||||
totali.field(f).set("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user