Tolta riga vuota
git-svn-id: svn://10.65.10.50/trunk@3746 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4232961968
commit
fc852afa39
@ -2348,7 +2348,7 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
|
||||
for (int righe=0; righe < QD1_RIGHE_PRIMA; righe++)
|
||||
{
|
||||
stampa = TRUE;
|
||||
stampa = TRUE;
|
||||
// Stampa intestazione, solo sul primo foglio.
|
||||
if (righe == 0)
|
||||
{
|
||||
@ -2361,13 +2361,14 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
const bool rit_acc = cur->curr(-14).get_bool("B0");
|
||||
head.find_field(21).set(rit_acc ? "X" : "");
|
||||
head.find_field(22).set(rit_acc ? "" : "X");
|
||||
if (!rit_acc)
|
||||
StampatoRitenutaImposta = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
head.find_field(21).set("");
|
||||
head.find_field(22).set("");
|
||||
}
|
||||
|
||||
stampa_testata(pr);
|
||||
}
|
||||
|
||||
@ -2417,8 +2418,6 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
if (stampa)
|
||||
{
|
||||
set_body(pr, 'F');
|
||||
if (rit_imp)
|
||||
StampatoRitenutaImposta = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -2476,8 +2475,6 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
if (stampa)
|
||||
{
|
||||
set_body(pr, 'F');
|
||||
if (rit_imp)
|
||||
StampatoRitenutaImposta = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -2531,8 +2528,6 @@ bool TQuadroD1::print(const long codditta, const long NumFis, const long NumNoFi
|
||||
if (stampa)
|
||||
{
|
||||
set_body(pr, 'F');
|
||||
if (rit_imp)
|
||||
StampatoRitenutaImposta = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user