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...)
This commit is contained in:
Alessandro Bonazzi 2022-07-08 10:49:43 +02:00
parent b9f826e6bb
commit fc737a8cf3

View File

@ -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());