frappe / twilio-integration

Twilio integration for ERPNext
Other
57 stars 74 forks source link

fix: phone icon missing sometimes #5

Closed leela closed 3 years ago

leela commented 3 years ago

Phone handler is added to the frappe object through async call. Phone icon is missing if phone handler check happens to be done before async call is completed.

fix: Getting twilio enabled flag in client boot session instead API call.