Skip to content

Commit

Permalink
Allow test kit expire date to accept future date
Browse files Browse the repository at this point in the history
  • Loading branch information
melkam-mekonnen committed Sep 3, 2024
1 parent c8dae89 commit 1a44fee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/forms/re-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,6 @@
},
"validators": [
{
"type": "date",
"allowFutureDates": "false"
},
{
"type": "js_expression",
"failsWhenExpression": "myValue < new Date(dateOfRetesting)",
"message": "Expiry date should not be earlier than Date of Retesting"
Expand Down

0 comments on commit 1a44fee

Please sign in to comment.