diff --git a/src/Components/Facility/ConsultationForm.tsx b/src/Components/Facility/ConsultationForm.tsx index 8585340b974..06f0ae2d164 100644 --- a/src/Components/Facility/ConsultationForm.tsx +++ b/src/Components/Facility/ConsultationForm.tsx @@ -655,7 +655,7 @@ export const ConsultationForm = (props: any) => { if (data.suggestion === "R") { navigate(`/facility/${facilityId}/patient/${patientId}/shift/new`); return; - } else if (!id) { + } else if (!id && data.suggestion === "A") { navigate( `/facility/${facilityId}/patient/${patientId}/consultation/${res.data.id}/prescriptions` );