Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
collegamento cespiti-analitica: nella creazione del cg_mov aggiunto datareg nelle righe


git-svn-id: svn://10.65.10.50/branches/R_10_00@21759 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-03-09 14:34:22 +00:00
parent 19a848f5de
commit b01465c0e0

View File

@ -681,6 +681,7 @@ TRectype& TMovimentoPN_CE::nuova_riga()
TRectype& riga = cg(-1);
riga.put(RMV_NUMRIG, cg_items());
riga.put(RMV_ANNOES, curr().get(MOV_ANNOES));
riga.put(RMV_DATAREG, curr().get(MOV_DATAREG));
return riga;
}
@ -692,6 +693,7 @@ TRectype& TMovimentoPN_CE::nuova_riga(const TRectype& row)
riga = row;
riga.put(RMV_NUMRIG, cg_items());
riga.put(RMV_ANNOES, curr().get(MOV_ANNOES));
riga.put(RMV_DATAREG, curr().get(MOV_DATAREG));
//resettatore del saldo ad ogni nuovo movimento (righe tot presenti 1 = nuovo movimento)
if (cg_items() == 1)