diff --git a/frontend/client/modules/crm/src/views/call/detail.js b/frontend/client/modules/crm/src/views/call/detail.js index 469981cd5b..d1adf8ae25 100644 --- a/frontend/client/modules/crm/src/views/call/detail.js +++ b/frontend/client/modules/crm/src/views/call/detail.js @@ -52,7 +52,7 @@ this.$el.find('button[data-action="sendInvitations"]').addClass('disabled'); this.notify('Sending...'); $.ajax({ - url: 'Meeting/action/sendInvitations', + url: 'Call/action/sendInvitations', type: 'POST', data: JSON.stringify({ id: this.model.id