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:
parent
19a848f5de
commit
b01465c0e0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user