BIG-236: Validate estimate expiration date.

This commit is contained in:
elforjani13
2022-03-30 15:06:58 +02:00
parent 3f4ffdc995
commit 373a695c4c
3 changed files with 13 additions and 8 deletions

View File

@@ -2009,5 +2009,6 @@
"warehouse_transfer.form.reason.label": "Reason",
"warehouse_transfer.form.reason.placeholder": "Enter the reason behind the transfer order.",
"warehouse_transfer.quantity_cannot_be_zero_or_empty": "Quantity cannot be zero or empty.",
"invoice.validation.due_date": "{path} field must be later than {min}"
"invoice.validation.due_date": "{path} field must be later than {min}",
"estimate.validation.expiration_date": "{path} field must be later than {min}"
}