From b216857feba7a7b4af21b0851509b6c8b29a6487 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 12 Oct 2012 11:07:33 -0400 Subject: [PATCH] Bug fix: clear call number when setting backup location. --- themes/root/templates/Email/record-sms.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/root/templates/Email/record-sms.phtml b/themes/root/templates/Email/record-sms.phtml index a4222ce56b5..5bf63173fa1 100644 --- a/themes/root/templates/Email/record-sms.phtml +++ b/themes/root/templates/Email/record-sms.phtml @@ -35,6 +35,7 @@ // Use backup location if no available call number was found: if ($useBackupLocation && $backupLocation) { $location = $backupLocation; + $callno = false; } if ($callno) { -- GitLab