From 7a71044757b072028eacab43853411ab36204afe Mon Sep 17 00:00:00 2001 From: connor-addison-h <70348761+connor-addison-h@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:44:55 -0700 Subject: [PATCH] l --- app/femr/ui/views/pharmacies/index.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/femr/ui/views/pharmacies/index.scala.html b/app/femr/ui/views/pharmacies/index.scala.html index b4afe55ae..6da3574ef 100644 --- a/app/femr/ui/views/pharmacies/index.scala.html +++ b/app/femr/ui/views/pharmacies/index.scala.html @@ -38,7 +38,7 @@
@helper.form(action = PharmaciesController.indexPost()) { - @searchBox("Pharmacy", patientId, message) + @searchBox("Pharmacy", currentUser, patientId, message) }
}