Compare commits
No commits in common. "26020a29a06b229eb31d64ed3a390485fba37a0c" and "cd7adce874a10e214c54ae9c8ed53e664111a220" have entirely different histories.
26020a29a0
...
cd7adce874
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue