Eliminati commenti
git-svn-id: svn://10.65.10.50/trunk@779 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
82a019707e
commit
b59e29d6d1
@ -1626,7 +1626,7 @@ bool CG4400_application::preprocess_page(int file, int counter)
|
||||
for (int m = _stampa_mese; m > 0 && m < _datareg.month(); m++)
|
||||
{
|
||||
if (!_st_liq[m])
|
||||
//if (stampo_liquidazione(m))
|
||||
if (stampo_liquidazione(m))
|
||||
{
|
||||
_datareg = format("01/%02d/%4d", m, _annoes); //serve per la preprocess_header
|
||||
_intesta_liq = TRUE;
|
||||
@ -2053,7 +2053,7 @@ print_action CG4400_application::postprocess_page (int file, int counter)
|
||||
|
||||
reset_print();
|
||||
if (_tipo_stampa != 1)
|
||||
//if (stampo_liquidazione(_datareg.month()))
|
||||
if (stampo_liquidazione(_datareg.month()))
|
||||
{
|
||||
_st_liq[_datareg.month()] = TRUE;
|
||||
_intesta_liq = TRUE;
|
||||
@ -2296,7 +2296,7 @@ else
|
||||
printer().open();
|
||||
for (int m = limite; m > 0 && m <= _fino_a_mese; m++)
|
||||
{
|
||||
//if (stampo_liquidazione(m))
|
||||
if (stampo_liquidazione(m))
|
||||
{
|
||||
_datareg = format("01/%02d/%4d", m, _annoes); //serve per la preprocess_header
|
||||
_intesta_liq = TRUE;
|
||||
@ -2435,7 +2435,7 @@ else
|
||||
printer().open();
|
||||
for (int m = limite; m > 0 && m <= _fino_a_mese; m++)
|
||||
{
|
||||
//if (stampo_liquidazione(m))
|
||||
if (stampo_liquidazione(m))
|
||||
{
|
||||
_datareg = format("01/%02d/%4d", m, _annoes); //serve per la preprocess_header
|
||||
_intesta_liq = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user