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:
Sirio Builder 2019-02-26 15:45:59 +01:00
parent c08f02bc29
commit e566b1e98f
2 changed files with 2 additions and 4 deletions

View File

@ -1706,8 +1706,6 @@ void TReport_doc_app::main_loop()
// argv(7); // Provvisiorio o Definitivo testato altrove! // argv(7); // Provvisiorio o Definitivo testato altrove!
if (a > 8) if (a > 8)
_msk->set(F_NCOPIE, argv(8)); // Numero copie _msk->set(F_NCOPIE, argv(8)); // Numero copie
print_selection(mode);
if(a > 9) if(a > 9)
{ {
@ -1726,6 +1724,8 @@ void TReport_doc_app::main_loop()
} }
} }
print_selection(mode);
return; return;
} }

View File

@ -87,8 +87,6 @@ BEGIN
OUTPUT F_FINALE CODTAB OUTPUT F_FINALE CODTAB
OUTPUT F_DESCFIN S0 OUTPUT F_DESCFIN S0
CHECKTYPE REQUIRED CHECKTYPE REQUIRED
NUM_EXPR (#F_FINALE!=#F_INIZIALE)
WARNING "Lo stato finale deve essere diverso da quello iniziale"
END END
STRING F_DESCFIN 50 52 STRING F_DESCFIN 50 52