Skip to content
Snippets Groups Projects
Commit 2bc1b3ed authored by tranoris's avatar tranoris
Browse files

investigation for #21

parent d7087835
No related branches found
No related tags found
2 merge requests!12Merging 2024Q2_RC into main, creating 2024Q2 Release,!11Merging 2024Q2_RC into develop
Pipeline #7177 passed
...@@ -43,6 +43,10 @@ public class ProcessOrderItemActionCheck implements JavaDelegate { ...@@ -43,6 +43,10 @@ public class ProcessOrderItemActionCheck implements JavaDelegate {
} }
if ( soi == null ) { if ( soi == null ) {
logger.error("In ProcessOrderItemActionCheck cannot find ServiceOrderItem orderItemIdToProcess=:" + orderItemIdToProcess);
logger.error("In ProcessOrderItemActionCheck cannot find ServiceOrderItem sor.getUuid()=:" + sor.getUuid() );
logger.error("In ProcessOrderItemActionCheck cannot find ServiceOrderItem sor()=:" + sor.toString() );
execution.setVariable("saction", "NONE");
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment