mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
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
adc8c50254
commit
be9c24aeda
@ -333,7 +333,9 @@ item_list_cnt = item_list_cnt + 1</bpmn:script>
|
|||||||
## Items
|
## Items
|
||||||
| Item | Qty | Currency | Unit Price | Total Price | USD Price |
|
| Item | Qty | Currency | Unit Price | Total Price | USD Price |
|
||||||
|------|------|------------|------------|--------------|-------------|
|
|------|------|------------|------------|--------------|-------------|
|
||||||
| {{ item }} | {{ qty }} | {{ currency }} | {{ unit_price }} | | |</spiffworkflow:instructionsForEndUser>
|
{% for i in Item %}
|
||||||
|
| {{ Item["item"] }} | {{ Item["qty"] }} | {{ Item["currency"] }} | {{ Item["unit_price"] }} | | |
|
||||||
|
{% endfor %}</spiffworkflow:instructionsForEndUser>
|
||||||
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == int(project)]</spiffworkflow:preScript>
|
<spiffworkflow:preScript>project_name = [x["name"] for x in dept_list if x["id"] == int(project)]</spiffworkflow:preScript>
|
||||||
</bpmn:extensionElements>
|
</bpmn:extensionElements>
|
||||||
<bpmn:incoming>Flow_0dxhx7x</bpmn:incoming>
|
<bpmn:incoming>Flow_0dxhx7x</bpmn:incoming>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user