From a4c5c7558cbb5d46de2155684fed9f027a6317a1 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Wed, 6 Nov 2024 23:24:12 +0100 Subject: [PATCH] Patch level : 12.00 1368 Files correlati : ve1.exe Commento: Corretto messaggio _CLI_IND COM --- src/ve/ve1300.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ve/ve1300.cpp b/src/ve/ve1300.cpp index 7eeef9940..a50cca7f8 100755 --- a/src/ve/ve1300.cpp +++ b/src/ve/ve1300.cpp @@ -548,7 +548,7 @@ bool TReport_doc::msg_cliente(TVariant_stack& stack, bool is_indsped) key = indsped.get(IND_STATO); key << '|' << indsped.get(IND_COM); } - if (indsped.get(IND_COM).blank()) + if (!is_indsped || indsped.get(IND_COM).blank()) { key = occasionale ? cli_occ.get(OCC_STATO) : cli_for.get(CLI_STATOCF); key << '|' << (occasionale ? cli_occ.get(OCC_COM) : cli_for.get(CLI_COMCF));