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) }
}