Errore AGA0201: Corretto il caricamento delle righe doc
git-svn-id: svn://10.65.10.50/trunk@5754 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
120bf6cd89
commit
911b9cdf6b
@ -124,7 +124,7 @@ void TRicalcolo_stats::calc_stats(const TDate& dfr, const TDate& dto)
|
|||||||
if (!tipodoc.statistiche())
|
if (!tipodoc.statistiche())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
for (int r = doc.physical_rows()-1; r > 0; r--)
|
for (int r = doc.physical_rows(); r > 0; r--)
|
||||||
{
|
{
|
||||||
const TRiga_documento& rdoc = doc[r];
|
const TRiga_documento& rdoc = doc[r];
|
||||||
_agg.add(rdoc);
|
_agg.add(rdoc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user