Merge pull request 'feature/screen-management' (#337) from feature/screen-management into main
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/337
This commit is contained in:
commit
26020a29a0
|
|
@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
|
|||
condition.operator,
|
||||
condition.lookupTable,
|
||||
condition.lookupField,
|
||||
context.companyCode
|
||||
context.buttonContext?.companyCode
|
||||
);
|
||||
results.push(existsResult);
|
||||
logger.info(
|
||||
|
|
@ -2803,7 +2803,7 @@ export class NodeFlowExecutionService {
|
|||
condition.operator,
|
||||
condition.lookupTable,
|
||||
condition.lookupField,
|
||||
context.companyCode
|
||||
context.buttonContext?.companyCode
|
||||
);
|
||||
results.push(existsResult);
|
||||
logger.info(
|
||||
|
|
|
|||
Loading…
Reference in New Issue