Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21066 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2010-10-26 09:27:49 +00:00
parent 66c64a6892
commit e163536c47

View File

@ -66,7 +66,6 @@ void TAggiungi_listini_haba_app::check_doc()
//quante sono le righe del documento
for(int i = 1; ; i++)
{
listini.zero();
TString4 riga; riga.format("%d,%d", LF_RIGHEDOC, i);
if(!ini.set_paragraph(riga))
@ -89,6 +88,7 @@ void TAggiungi_listini_haba_app::check_doc()
//se fallisce la read, allora aggiungo la riga
if(listini.read() != NOERR)
{
listini.zero();
listini.put("CODTAB", codtab);
listini.put("R0", importo);
listini.write();