Compare commits

..

No commits in common. "26020a29a06b229eb31d64ed3a390485fba37a0c" and "cd7adce874a10e214c54ae9c8ed53e664111a220" 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(