1
0
forked from test/crm

Merge pull request #591 from frappe/develop

chore: Merge develop to main
This commit is contained in:
Shariq Ansari 2025-02-17 18:36:53 +05:30 committed by GitHub
commit 05bc4d697d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -435,12 +435,11 @@ function setup() {
if (data.AgentEmail && data.AgentEmail == (user || user.value)) {
// Incoming call
phoneNumber.value = data.CallFrom || data.From
showCallPopup.value = true
} else {
// Outgoing call
phoneNumber.value = data.To
}
showCallPopup.value = true
}
})
}