User: jason clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
faa47ba712
commit
0954ce69db
|
@ -719,7 +719,7 @@ isSetMessage = False</bpmn:script>
|
|||
if not(invoice.isProjectLeadApprove):
|
||||
waku_message = waku_message_body + waku_message_timestamp + waku_message_variables + waku_message_footer
|
||||
else:
|
||||
waku_message = waku_message_body + waku_message_timestamp + waku_message_variables * "\nProject Lead Comments: " + invoice.commentsProjectLead + waku_message_footer</bpmn:script>
|
||||
waku_message = waku_message_body + waku_message_timestamp + waku_message_variables + "\nProject Lead Comments: " + invoice.commentsProjectLead + waku_message_footer</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:subProcess>
|
||||
<bpmn:subProcess id="Activity_1kgaqpf" name="Waku Message: Notify Finance">
|
||||
|
|
Loading…
Reference in New Issue