Patch level : 10.0 patch 501

Files correlati     : lv2 lv3
Ricompilazione Demo : [ ]
Commento            :
Adesso stampa direttamente i documenti in definitiva senza chiederlo


git-svn-id: svn://10.65.10.50/trunk@19579 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2009-11-05 15:34:44 +00:00
parent 9ed34acdd8
commit 444ff58cec
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ bool TConta_pulito_msk::on_field_event(TOperable_field& f,TField_event e,long jo
const int ndoc = kdoc.ndoc();
TString80 lcom = str;
lcom << ndoc << " S";
lcom << ndoc << " S D";
TExternal_app stampa(lcom);
stampa.run();

View File

@ -480,7 +480,7 @@ void TEvasione_msk::genera_documento()
{
//stampa automatica
TString80 str;
str << "ve1 -2 " << codnum << ' ' << datagen.year() << " D " << _ndoc << " S";
str << "ve1 -2 " << codnum << ' ' << datagen.year() << " D " << _ndoc << " S D";
TExternal_app stampa(str);
stampa.run();
}