Patch level : xx.7.054
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.7 patch 054 dal main trunk (II) git-svn-id: svn://10.65.10.50/trunk@9666 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5bf4cfa86f
commit
c096a02061
@ -3,6 +3,8 @@
|
||||
#include <modaut.h>
|
||||
#include <relapp.h>
|
||||
#include <tabutil.h>
|
||||
#include <execp.h>
|
||||
#include <currency.h>
|
||||
#include <urldefid.h>
|
||||
#include <utility.h>
|
||||
|
||||
|
@ -54,7 +54,7 @@ bool TLCO_form::validate(TForm_item &cf, TToken_string &s)
|
||||
// Se non esiste la riga prec vale 0
|
||||
TRectype rec(rcondv.curr());
|
||||
rcondv.prev();
|
||||
real r = rcondv.good() && rcondv.curr().same_key(rec, 1, 1) ? rcondv.get_real("QLIM") : 0;
|
||||
real r = rcondv.good() && rcondv.curr().same_key(rec, 1, 1) ? rcondv.get_real("QLIM") : ZERO;
|
||||
if (r != ZERO)
|
||||
r += exp10(((real)-ndec));
|
||||
valore = r.string(15,ndec);
|
||||
|
@ -1,4 +1,4 @@
|
||||
\// ve6100.cpp: programma di contabilizzazione documenti
|
||||
// ve6100.cpp: programma di contabilizzazione documenti
|
||||
// Orgiastica visione...
|
||||
// L'anatra del dubbio dalle labbra di Vermouth.
|
||||
//******************************************************************************
|
||||
@ -208,7 +208,7 @@ void TContabilizzazione_app::build_num_sheet()
|
||||
|
||||
bool found = FALSE;
|
||||
for (int i = _tipi_doc.last(); !found && i >= 0; i--)
|
||||
found |= z.find(((TToken_string &)_tipi_doc[i]).get(0)) >= 0;
|
||||
found |= (s2.find(((TToken_string &)_tipi_doc[i]).get(0)) >= 0);
|
||||
if (found)
|
||||
_num_sheet->enable_row(pos);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user