diff --git a/interface/main/calendar/find_patient_popup.php b/interface/main/calendar/find_patient_popup.php
index ac33d032e39..622e146ad0c 100644
--- a/interface/main/calendar/find_patient_popup.php
+++ b/interface/main/calendar/find_patient_popup.php
@@ -145,9 +145,9 @@
} ?>>
- ' title='' />
+ ' title='' />
";
+ attr($iterpid . "~" . $iterlname . "~" . $iterfname . "~" . $iterdob) . "'>";
echo " " . text($iterlname . ", " . $iterfname . " " . $itermname);
if (!empty($iter['billing_note'])) {
echo " " . text($iter['billing_note']);
@@ -269,7 +269,7 @@
function selpid(pid, lname, fname, dob) {
if (opener.closed || !opener.setpatient)
- alert("");
+ alert();
else
opener.setpatient(pid, lname, fname, dob);
dlgclose();
diff --git a/interface/modules/custom_modules/oe-module-faxsms/contact.php b/interface/modules/custom_modules/oe-module-faxsms/contact.php
index d18d0e18e4a..eab5222a4a5 100644
--- a/interface/modules/custom_modules/oe-module-faxsms/contact.php
+++ b/interface/modules/custom_modules/oe-module-faxsms/contact.php
@@ -271,8 +271,8 @@ function (data) {
'>
'>
'>
- '>
- '>
+ '>
+ '>
'>
'>
'>
@@ -331,7 +331,7 @@ function (data) {
-
diff --git a/interface/modules/custom_modules/oe-module-faxsms/messageUI.php b/interface/modules/custom_modules/oe-module-faxsms/messageUI.php
index cf1ce3b925e..aeceef0bf44 100644
--- a/interface/modules/custom_modules/oe-module-faxsms/messageUI.php
+++ b/interface/modules/custom_modules/oe-module-faxsms/messageUI.php
@@ -679,7 +679,7 @@ function createPatient(e, faxId, recordId, data) {
- verifyAcl('admin', 'demo')) { ?>
+ verifyAcl('patients', 'appt')) { ?>
|