From 567137203e6d1966bf41041349974a7751ac437d Mon Sep 17 00:00:00 2001 From: cfapress Date: Wed, 18 Feb 2009 14:52:20 +0000 Subject: [PATCH] corrected smarty tag --- .../modules/PostCalendar/pntemplates/default/user/patient_line.html | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/main/calendar/modules/PostCalendar/pntemplates/default/user/patient_line.html b/interface/main/calendar/modules/PostCalendar/pntemplates/default/user/patient_line.html index de9ff6c0c..c4fbdc041 100644 --- a/interface/main/calendar/modules/PostCalendar/pntemplates/default/user/patient_line.html +++ b/interface/main/calendar/modules/PostCalendar/pntemplates/default/user/patient_line.html @@ -1,5 +1,6 @@ [-if is_numeric($event.pid) and $show_patient eq true-] [-assign var=temppatient_name value=$event.patient_name|truncate::"$day_td_width":""-] +[-assign var=temppatient_name value=$event.patient_name-] [-$temppatient_name"-]
([-$event.patient_dob-]) [-/if-] -- 2.11.4.GIT