Patch level : 12.0 1062

Files correlati     : ve0.exe ve6.exe

Commento        :

Modificato calcolo plafond
Contabilizzazione con causale per tipo documenti SDI
This commit is contained in:
Alessandro Bonazzi 2021-06-11 19:04:38 +02:00
parent 1091feb25a
commit 9fa391cca1

View File

@ -1,6 +1,6 @@
#include "f1lib.h"
#include "config.h"
#include "cglib.h"
#include "../cg/cglib.h"
#include "execp.h"
#include "cfven.h"
#include "reputils.h"
@ -202,10 +202,10 @@ bool TFppro::associa_mov(const int numreg) const
const char* TFppro::get_tipoprot() const
{
TString query;
static TString tipo;
query << "SELECT PZ_TIPOPROT AS TIPOPROT FROM FPPRO00F\r\n" << where_str();
_db->sq_set_exec(query);
return tipo.cut(0) = _db->sq_get("TIPOPROT");
return _db->sq_get("TIPOPROT");
}
const char* TFppro::get_numprot() const