From e566b1e98f47af7fb7effed3fc3b1d4557631b85 Mon Sep 17 00:00:00 2001 From: Sirio Builder Date: Tue, 26 Feb 2019 15:45:59 +0100 Subject: [PATCH] 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 --- src/ve/ve1300.cpp | 4 ++-- src/ve/ve5200.uml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ve/ve1300.cpp b/src/ve/ve1300.cpp index 9aa2d029b..78c614e6d 100755 --- a/src/ve/ve1300.cpp +++ b/src/ve/ve1300.cpp @@ -1706,8 +1706,6 @@ void TReport_doc_app::main_loop() // argv(7); // Provvisiorio o Definitivo testato altrove! if (a > 8) _msk->set(F_NCOPIE, argv(8)); // Numero copie - - print_selection(mode); if(a > 9) { @@ -1726,6 +1724,8 @@ void TReport_doc_app::main_loop() } } + print_selection(mode); + return; } diff --git a/src/ve/ve5200.uml b/src/ve/ve5200.uml index 2bfe8235d..ef910f096 100755 --- a/src/ve/ve5200.uml +++ b/src/ve/ve5200.uml @@ -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