Patch level : 12.0 712
Files correlati : ve Commento : - Tolto controllo stato iniziale/finale nel cambio stato documenti - Spostato flag archiviazione prima di effetuare la stampa
This commit is contained in:
parent
c08f02bc29
commit
e566b1e98f
@ -1707,8 +1707,6 @@ void TReport_doc_app::main_loop()
|
||||
if (a > 8)
|
||||
_msk->set(F_NCOPIE, argv(8)); // Numero copie
|
||||
|
||||
print_selection(mode);
|
||||
|
||||
if(a > 9)
|
||||
{
|
||||
const TString arc_type = argv(9);
|
||||
@ -1726,6 +1724,8 @@ void TReport_doc_app::main_loop()
|
||||
}
|
||||
}
|
||||
|
||||
print_selection(mode);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -87,8 +87,6 @@ BEGIN
|
||||
OUTPUT F_FINALE CODTAB
|
||||
OUTPUT F_DESCFIN S0
|
||||
CHECKTYPE REQUIRED
|
||||
NUM_EXPR (#F_FINALE!=#F_INIZIALE)
|
||||
WARNING "Lo stato finale deve essere diverso da quello iniziale"
|
||||
END
|
||||
|
||||
STRING F_DESCFIN 50 52
|
||||
|
Loading…
x
Reference in New Issue
Block a user