Patch level : 12.00 1368
Files correlati : ve1.exe Commento: Corretto messaggio _CLI_IND COM
This commit is contained in:
parent
1860f3fa83
commit
a4c5c7558c
@ -548,7 +548,7 @@ bool TReport_doc::msg_cliente(TVariant_stack& stack, bool is_indsped)
|
|||||||
key = indsped.get(IND_STATO);
|
key = indsped.get(IND_STATO);
|
||||||
key << '|' << indsped.get(IND_COM);
|
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_STATO) : cli_for.get(CLI_STATOCF);
|
||||||
key << '|' << (occasionale ? cli_occ.get(OCC_COM) : cli_for.get(CLI_COMCF));
|
key << '|' << (occasionale ? cli_occ.get(OCC_COM) : cli_for.get(CLI_COMCF));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user