User: alex@sartography.com clicked save for manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/raise-new-demand-request-procurement.bpmn
This commit is contained in:
parent
f7cac1f5d0
commit
8f4d2d5d8f
|
@ -330,7 +330,7 @@ item_list_cnt = item_list_cnt + 1</bpmn:script>
|
|||
| Vendor Name | {{ vendor }} | Period | {{ period }} |
|
||||
| Payment Method | {{ payment_method }} | | |
|
||||
</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == project]</spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == int(project)]</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0dxhx7x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ac8bib</bpmn:outgoing>
|
||||
|
|
Loading…
Reference in New Issue