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:
sartography-automated-committer 2023-01-20 03:06:54 +00:00
parent 8f491195c6
commit 52c0861d6a
1 changed files with 7 additions and 3 deletions

View File

@ -539,10 +539,10 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
| {{ vendor }} | {{ purpose }} | | {{ vendor }} | {{ purpose }} |
---------- ----------
## Items ## 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) %} {% 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 %} {% endfor %}
---------- ----------
{% if more_details_len &gt; 0 %} {% if more_details_len &gt; 0 %}
@ -550,6 +550,10 @@ external_data_task_name = "Raise New Demand Request-Procurement-Submit Request"<
|----------------------------| |----------------------------|
| {{ more_details }} | | {{ more_details }} |
{% endif %} {% endif %}
----------
</spiffworkflow:instructionsForEndUser> </spiffworkflow:instructionsForEndUser>
<spiffworkflow:preScript>more_details_len = len(more_details)</spiffworkflow:preScript> <spiffworkflow:preScript>more_details_len = len(more_details)</spiffworkflow:preScript>
</bpmn:extensionElements> </bpmn:extensionElements>