Skip to content

Commit

Permalink
Merge pull request #12740 from SORMAS-Foundation/feature_6667_add_use…
Browse files Browse the repository at this point in the history
…r_contact_button_for_vaccination

#6667 - Display the primary telephone number and email of reporting a…
  • Loading branch information
sergiupacurariu authored Nov 9, 2023
2 parents 7fabeaa + 07da7d0 commit ccaae06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal">

<de.symeda.sormas.app.component.controls.ControlTextReadField
<de.symeda.sormas.app.component.controls.ControlUserReadField
android:id="@+id/immunization_reportingUser"
style="@style/ControlFirstOfTwoColumnsStyle"
app:value="@{data.reportingUser}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal">

<de.symeda.sormas.app.component.controls.ControlTextReadField
<de.symeda.sormas.app.component.controls.ControlUserReadField
android:id="@+id/immunization_reportingUser"
style="@style/ControlFirstOfTwoColumnsStyle"
app:value="@{data.reportingUser}" />
Expand Down

0 comments on commit ccaae06

Please sign in to comment.