mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
User: alex clicked save for manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
4774e0c546
commit
44ff50fc18
@ -295,8 +295,8 @@ if val_list_cnt == 1:
|
|||||||
single_validation_title = "Invoice Amount"
|
single_validation_title = "Invoice Amount"
|
||||||
single_validation_value = invoiceAmount_str
|
single_validation_value = invoiceAmount_str
|
||||||
elif is_due_date_after:
|
elif is_due_date_after:
|
||||||
single_validation = "The invoice due date must be after today's date"
|
single_validation_error = "The invoice due date must be after today's date"
|
||||||
single_validation_title =
|
single_validation_title = "Due Date"
|
||||||
single_validation_value = invoice["dueDate"]
|
single_validation_value = invoice["dueDate"]
|
||||||
|
|
||||||
# Set Invoice Status
|
# Set Invoice Status
|
||||||
@ -324,8 +324,8 @@ else:
|
|||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
<spiffworkflow:instructionsForEndUser>{{ submitInvoiceValidationMessage }}
|
<spiffworkflow:instructionsForEndUser>{{ submitInvoiceValidationMessage }}
|
||||||
{% if val_list_cnt == 1 %}
|
{% if val_list_cnt == 1 %}
|
||||||
{{ single_validation }}
|
{{ single_validation_error }}
|
||||||
{{ single_value }}
|
{{ single_validation_title }}: {{ single_validation_value }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ val_list_cnt_str }} of your entries was not properly formatted
|
{{ val_list_cnt_str }} of your entries was not properly formatted
|
||||||
{% if is_num_in_name %}
|
{% if is_num_in_name %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user