Patch level : 10.0

Files correlati     : ha0.exe ha0300a.msk
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@22513 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2011-12-02 17:43:08 +00:00
parent 8e431f0eb1
commit f622c0a2f2
2 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,7 @@ bool TDocumenti_premio_msk::on_field_event(TOperable_field& o, TField_event e, l
TDocumento* doc = new TDocumento(app.get_relation()->curr());
doc_in.add(doc);
if (eld.elabora(doc_in, doc_out, TDate(TODAY)))
set(F_STATO, doc->stato());
set(F_STATO, eld.stato_finale());
}
else
return error_box(TR("Contratto non valido per la contabilizzazione"));

View File

@ -12,6 +12,7 @@ END
BUTTON DLG_ELABORA 2 2
BEGIN
PROMPT 3 1 "Contabilizza"
PICTURE TOOL_ELABORA
END
#include <cancelbar.h>