-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Milestone
Description
In some cases, the issuance date of a certificate appears to be earlier than the registration date, which is logically incorrect.
Expected Behavior:
The registration date should always be on or before the issuance date, never after.
Actual Behavior:
A certificate is being issued with a date that is prior to the registration date, which creates inconsistencies in the record.
Steps to Reproduce:
- Register a record via the registrar interface.
- Proceed to issue the certificate.
- Observe that the issuance date is earlier than the registration date.
Note (core ?)
opencrvs-core/packages/client/src/forms/register/mappings/query/registration-mappings.ts
Line 97 in 45a3ec4
| ] = format(new Date(), dateFormat) |
The format date function above might be causing this maybe if the user's computer clock put wrong date
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Completed
