Patch level : 10.0 226

Files correlati     : 770.exe
Ricompilazione Demo : [ ]
Commento            :

Aggiunto il numero movimento al collegamento contabile per le fatture


git-svn-id: svn://10.65.10.50/trunk@18291 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-02-18 00:12:22 +00:00
parent fb4dd2eac4
commit 25d5ef2499
2 changed files with 2 additions and 1 deletions

View File

@ -237,7 +237,7 @@ bool TSchedaPercipienti::setta_nprog(TMask& m, const bool variazione, const char
m.set(F_NPROG, trovato ? nprog : nprog+1);
return variazione ? trovato : TRUEtrue;
return variazione ? trovato : true;
}
bool TSchedaPercipienti::codditta_handler(TMask_field& f, KEY k)

View File

@ -205,6 +205,7 @@ class TSchedaPercipienti : public TRelation_application
void compila_testata(TMask& m);
bool coll_variazione() const;
bool coll_datanum() const { return _coll._datadoc.not_empty() && _coll._numdoc.not_empty(); }
long coll_numreg() const { return _coll._numreg; }
bool esiste_perc(TMask& m, const char* coda=NULL);
void agg_pagamenti(const TRectype & sch);