Patch level :2.2 186
Files correlati : Ricompilazione Demo : [ ] Commento :correzioni pro compilazione nuova 2.2 git-svn-id: svn://10.65.10.50/trunk@13390 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2b6160b15b
commit
782bab2193
@ -3389,7 +3389,7 @@ void TMastrini_application::ricerca_clifo()
|
||||
TString16 key;
|
||||
key.format("%c|%ld", _tmcf, _sottoc);
|
||||
const TRectype & clifo = cache().get(LF_CLIFO, key);
|
||||
ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_d_spaces();
|
||||
ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_double_spaces();
|
||||
paiv = clifo.get(CLI_PAIV);
|
||||
cofi = clifo.get(CLI_COFI);
|
||||
indcf = clifo.get(CLI_INDCF);
|
||||
@ -3518,7 +3518,7 @@ int TMastrini_application::ricerca_clifo(int start)
|
||||
|
||||
const TRectype & clifo = cache().get(LF_CLIFO, key);
|
||||
|
||||
ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_d_spaces();
|
||||
ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_double_spaces();
|
||||
paiv = clifo.get(CLI_PAIV);
|
||||
cofi = clifo.get(CLI_COFI);
|
||||
indcf = clifo.get(CLI_INDCF);
|
||||
|
@ -2749,7 +2749,7 @@ public:
|
||||
|
||||
bool TMastrini_video::create()
|
||||
{
|
||||
xvt_statbar_set("", TRUE);
|
||||
xvtil_statbar_set("", TRUE);
|
||||
|
||||
open_files(LF_RMOV, LF_MOV, LF_CAUSALI, 0);
|
||||
open_files(LF_SALDI, LF_PCON, 0);
|
||||
|
@ -389,7 +389,7 @@ bool TLista_fatture::preprocess_page(int file, int counter)
|
||||
TCursor* curs = current_cursor();
|
||||
TRectype& rec = curs->curr();
|
||||
_ragsoc = curs->curr(LF_CLIFO).get(CLI_RAGSOC);
|
||||
_ragsoc.strip_d_spaces();
|
||||
_ragsoc.strip_double_spaces();
|
||||
const int tipodet = rec.get_int(RMI_TIPODET);
|
||||
const int tipocr = rec.get_int(RMI_TIPOCR);
|
||||
const long numreg = rec.get_long(RMI_NUMREG);
|
||||
|
@ -136,7 +136,7 @@ void TInvioP_file::validate(TCursor& cur,TRecord_text &rec, TToken_string &s, TS
|
||||
else if (code == "_RAGSOC")
|
||||
{
|
||||
valore = str;
|
||||
valore = valore.strip_d_spaces();
|
||||
valore = valore.strip_double_spaces();
|
||||
}
|
||||
else if (code == "_FLAG")
|
||||
{
|
||||
|
@ -261,9 +261,6 @@ bool TSaldo::data_limite_bilancio(int bilancio, int g, int c, long s, const TDat
|
||||
_saldo -= importo;
|
||||
}
|
||||
|
||||
#ifdef DBG
|
||||
xvt_statbar_refresh();
|
||||
#endif
|
||||
#ifdef __LONGDOUBLE__
|
||||
_saldo.round(TCurrency::get_firm_dec());
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user