Patch level : 12.00 1368

Files correlati     : ve1.exe

Commento:
Corretto messaggio _CLI_IND COM
This commit is contained in:
Alessandro Bonazzi 2024-11-06 23:24:12 +01:00
parent 1860f3fa83
commit a4c5c7558c

View File

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