Skip to content
Snippets Groups Projects
Commit b216857f authored by Demian Katz's avatar Demian Katz
Browse files

Bug fix: clear call number when setting backup location.

parent 4608dd36
No related merge requests found
......@@ -35,6 +35,7 @@
// Use backup location if no available call number was found:
if ($useBackupLocation && $backupLocation) {
$location = $backupLocation;
$callno = false;
}
if ($callno) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment