Patch level :4.0 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento :vecchia roba adolfica rimasta da committare git-svn-id: svn://10.65.10.50/trunk@14293 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
affcbc0d6b
commit
5f09f03b09
@ -167,7 +167,7 @@ void TIni2Sql::leggidadoc(const TString& elabfield, TString& tmpstr)
|
||||
importo = _rigadoc->importo(TRUE, FALSE);
|
||||
if (test_swap())
|
||||
importo = importo * (-1);
|
||||
tmpstr = importo.stringa();
|
||||
tmpstr = importo.string();
|
||||
}
|
||||
}
|
||||
else if (field == "QTA")
|
||||
@ -179,7 +179,7 @@ void TIni2Sql::leggidadoc(const TString& elabfield, TString& tmpstr)
|
||||
qta = _rigadoc->qtaevasa();
|
||||
else
|
||||
qta = _rigadoc->quantita();
|
||||
tmpstr = qta.stringa();
|
||||
tmpstr = qta.string();
|
||||
}
|
||||
}
|
||||
else if (field == "COMMESSA")
|
||||
@ -607,7 +607,7 @@ void TIni2Sql::validate(const TString& elabfield, TString& str)
|
||||
const char sezione = str[0];
|
||||
if (test_swap_conto(gruppo, conto, sezione))
|
||||
importo = importo * (-1);
|
||||
str = importo.stringa();
|
||||
str = importo.string();
|
||||
}
|
||||
else if (code == "_SEZIONERMOV") // campo sezione per righe movimenti
|
||||
{
|
||||
@ -767,7 +767,7 @@ void TIni2Sql::process_field(const TString& inputfield, TString& tmpstr, int len
|
||||
if (tmpstr.find('.') >= 0 && real::is_real(tmpstr))
|
||||
{
|
||||
const real n = tmpstr;
|
||||
tmpstr = n.stringa();
|
||||
tmpstr = n.string();
|
||||
}
|
||||
}
|
||||
tmpstr.trim();
|
||||
|
Loading…
x
Reference in New Issue
Block a user