Patch level :1.7 nopatch

Files correlati     :at8.exe
Ricompilazione Demo : [ ]
Commento            :aggiunta la procedura che checka (!) le nuove donazioni da winsit


git-svn-id: svn://10.65.10.50/trunk@9988 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2002-01-02 16:15:22 +00:00
parent 088605a03c
commit a545a03f1a

View File

@ -213,6 +213,8 @@ bool TCtbo2at::test_donation(TRectype& recsog, const char* tipo, const TDate& da
rec->put(DON_CODSEZ,recsog.get(SOG_CODSEZ));
rec->put(DON_CODSOT,recsog.get(SOG_CODSOT));
rec->put(DON_LUOGODON, luogodon);
if (r == 0)
rec->put(DON_PRIMADON,"X");
donazioni.insert_row(rec);
donazioni.write(TRUE);