From fc737a8cf358b499eccc35f0dd9918000ef8cefa Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Fri, 8 Jul 2022 10:49:43 +0200 Subject: [PATCH] Patch level : 12.0 1176 Files correlati : ve0.exe ve1.exe ve5.exe ve6.exe Commento: L'autoevasione viene fatta indipendentemente dallo stato del documento che evade (bolla, fattura...) --- src/ve/velib03.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ve/velib03.cpp b/src/ve/velib03.cpp index f27c6d791..96cc822d0 100755 --- a/src/ve/velib03.cpp +++ b/src/ve/velib03.cpp @@ -3685,7 +3685,7 @@ void TDocumento::update_row_auto_qta(int nrow, real & qta, bool plus, bool inser void TDocumento::auto_evasione(const int nrow) { - if (tipo().auto_evasione() && tipo().stati_iniziali_modifica().find(stato()) >= 0) + if (tipo().auto_evasione()) { // TLista_documenti docs; TConsegna_ordini e(tipo().auto_evasione_elab());