Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : Stampa di controllo donazioni: aggiunto periodo di riferimento in footer stampa git-svn-id: svn://10.65.10.50/trunk@6465 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
dcea7cc115
commit
1c0b82f572
@ -217,7 +217,14 @@ void TControlloDonazioni::footer_stampa()
|
||||
TString sep(80);
|
||||
sep.fill('-');
|
||||
set_footer(1, (const char *) sep);
|
||||
set_footer(2,"TOTALE DONAZIONI %d", _contatore);
|
||||
if (_dataini == _datafin)
|
||||
set_footer(2,"TOTALE DONAZIONI DEL %s %d", _dataini.string(), _contatore);
|
||||
else
|
||||
{
|
||||
TString d1 = _dataini.string();
|
||||
TString d2 = _datafin.string();
|
||||
set_footer(2,"TOTALE DONAZIONI DAL %s AL %s %d", (const char*)d1, (const char*)d2, _contatore);
|
||||
}
|
||||
if (_riepfinale)
|
||||
{
|
||||
TString16 valore;
|
||||
|
Loading…
x
Reference in New Issue
Block a user