Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21063 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2010-10-25 10:51:45 +00:00
parent 691ca6c543
commit 19be0c9aa0

View File

@ -66,6 +66,7 @@ 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))
@ -90,7 +91,7 @@ void TAggiungi_listini_haba_app::check_doc()
{
listini.put("CODTAB", codtab);
listini.put("R0", importo);
listini.rewrite_write();
listini.write();
}
}
}