Corretto doppia stampa totale se si sblocca una sola sezione in sblocco
sospesi git-svn-id: svn://10.65.10.50/trunk@6170 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f34b64b81f
commit
eb8bca54f7
@ -76,7 +76,10 @@ void TSbloccoSospesi::fine_stampa()
|
|||||||
sep.fill('-');
|
sep.fill('-');
|
||||||
set_footer(2, (const char *) sep);
|
set_footer(2, (const char *) sep);
|
||||||
if (_totale > 0)
|
if (_totale > 0)
|
||||||
set_footer(3,"TOTALE SOGGETTI SBLOCCATI %d", _totale);
|
{
|
||||||
|
if (_totale != _contatore)
|
||||||
|
set_footer(3,"TOTALE SOGGETTI SBLOCCATI %d", _totale);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
set_footer(3,"NON CI SONO SOGGETTI SOSPESI DA SBLOCCARE");
|
set_footer(3,"NON CI SONO SOGGETTI SOSPESI DA SBLOCCARE");
|
||||||
printer().formfeed();
|
printer().formfeed();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user