BIG-238: Validate bill due date.

This commit is contained in:
elforjani13
2022-03-30 15:09:11 +02:00
parent 373a695c4c
commit ce674466fe
3 changed files with 14 additions and 9 deletions

View File

@@ -2010,5 +2010,6 @@
"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}",
"estimate.validation.expiration_date": "{path} field must be later than {min}"
"estimate.validation.expiration_date": "{path} field must be later than {min}",
"bill.validation.due_date": "{path} field must be later than {min}"
}