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
8f491195c6
commit
52c0861d6a
|
@ -539,10 +539,10 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
|
|||
| {{ vendor }} | {{ purpose }} |
|
||||
----------
|
||||
## Items
|
||||
| Item | Qty | Currency | Unit Price | Total Price | USD Price |
|
||||
|------|------|------------|------------|--------------|-------------|
|
||||
| Item | Qty | Currency | Unit Price | Total Price | USD Price | Total USD Price |
|
||||
|------|------|------------|------------|--------------|-------------|-------------------|
|
||||
{% for icnt in range(item_list_total) %}
|
||||
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | | |
|
||||
| {{ Item[icnt]["item"] }} | {{ Item[icnt]["qty"] }} | {{ Item[icnt]["currency"] }} | {{ Item[icnt]["unit_price"] }} | | | |
|
||||
{% endfor %}
|
||||
----------
|
||||
{% if more_details_len > 0 %}
|
||||
|
@ -550,6 +550,10 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
|
|||
|----------------------------|
|
||||
| {{ more_details }} |
|
||||
{% endif %}
|
||||
|
||||
|
||||
----------
|
||||
|
||||
</spiffworkflow:instructionsForEndUser>
|
||||
<spiffworkflow:preScript>more_details_len = len(more_details)</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
|
|
Loading…
Reference in New Issue