Patch level : 2.1 no patch
Files correlati : crpa0.exe Ricompilazione Demo : [ ] Commento : aggiunto uso di collces.h git-svn-id: svn://10.65.10.50/trunk@13434 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
b7b5da7d5b
commit
dd7464724d
@ -12,6 +12,7 @@
|
||||
#include <cfven.h>
|
||||
#include <mov.h>
|
||||
|
||||
#include "..\ce\collces.h"
|
||||
#include "..\ve\velib.h"
|
||||
#include "..\cg\cg2103.h"
|
||||
|
||||
@ -830,9 +831,9 @@ bool TIni2Sql::search_conto_cespite(TBill& conto, const TRiga_documento& r)
|
||||
key.add(codspecie);
|
||||
key.add(codcat);
|
||||
const TRectype& collces = cache().get(LF_COLLCES, key);
|
||||
gr = collces.get_int("GRUPPOQNO");
|
||||
co = collces.get_int("CONTOQNO");
|
||||
so = collces.get_int("SOTTOCQNO");
|
||||
gr = collces.get_int(COLLCES_GRUPPOQNO);
|
||||
co = collces.get_int(COLLCES_CONTOQNO);
|
||||
so = collces.get_int(COLLCES_SOTTOCQNO);
|
||||
conto.set(gr,co,so);
|
||||
return (conto.ok());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user