Patch level : 10.0 163
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.2 patch 1262 git-svn-id: svn://10.65.10.50/trunk@17645 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3f311dd12c
commit
ffb1216450
@ -75,6 +75,8 @@ bool TEstrattoConto_rep::set_usr_val(const TString& name, const TVariant& var)
|
|||||||
{
|
{
|
||||||
TReport_section& f1 = section('F',1);
|
TReport_section& f1 = section('F',1);
|
||||||
TReport_field* rf = NULL;
|
TReport_field* rf = NULL;
|
||||||
|
int id = 1100;
|
||||||
|
|
||||||
for (int id = 1100; ; id += 1000)
|
for (int id = 1100; ; id += 1000)
|
||||||
{
|
{
|
||||||
rf = f1.find_field(id);
|
rf = f1.find_field(id);
|
||||||
@ -131,7 +133,6 @@ bool TEstrattoConto_rep::set_usr_val(const TString& name, const TVariant& var)
|
|||||||
incr_field(9, var);
|
incr_field(9, var);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TDocument_report::set_usr_val(name,var);
|
return TDocument_report::set_usr_val(name,var);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user