Compare commits

..

No commits in common. "777429af4875e41e3a01fc8d4092a52a145d57c7" and "ca260aa2601bd36d228cc97092ff54be08745b90" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
condition.operator,
condition.lookupTable,
condition.lookupField,
context.buttonContext?.companyCode
context.companyCode
);
results.push(existsResult);
logger.info(
@ -2803,7 +2803,7 @@ export class NodeFlowExecutionService {
condition.operator,
condition.lookupTable,
condition.lookupField,
context.buttonContext?.companyCode
context.companyCode
);
results.push(existsResult);
logger.info(