From f7af3d2da820a9089e0b892fa8fb0ab77a725b21 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Tue, 16 Jan 2024 08:13:27 +0530 Subject: [PATCH] Removed personnel name from patient view --- templates/patient-view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/patient-view.html b/templates/patient-view.html index ccba911..d93e33b 100644 --- a/templates/patient-view.html +++ b/templates/patient-view.html @@ -36,9 +36,9 @@ You should have received a copy of the GNU General Public License along with Lib
- + {% for v in vaccination %} - + {% endfor %}
VaccineDoseRouteBatchDOEDateConsultantVaccinator
VaccineDoseRouteBatchDOEDate
{{v["vaccine"]}}{{v["dose"]}}{% if v["dosage"]>1 %}×{{v["dosage"]}}{% endif %}{{v["route"]}}{{v["batch"]}}{{v["doe"]}}{{v["date"]|format_date}}{{v["consultant"]}}{{v["vaccinator"]}}View
{{v["vaccine"]}}{{v["dose"]}}{% if v["dosage"]>1 %}×{{v["dosage"]}}{% endif %}{{v["route"]}}{{v["batch"]}}{{v["doe"]}}{{v["date"]|format_date}}View
-- 2.39.2