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:
demo 2022-11-26 06:12:02 +00:00
parent 8261afb0bb
commit ac3c67c69c

View File

@ -294,7 +294,7 @@ if val_list_cnt == 1:
single_validation_error = "The involce amount must not have more than two decimal places"
single_validation_title = "Invoice Amount"
single_validation_value = invoiceAmount_str
elif is_due_date_after:
elif is_due_date_before:
single_validation_error = "The invoice due date must be after today's date"
single_validation_title = "Due Date"
single_validation_value = invoice["dueDate"]