diff --git a/client/modules/crm/src/controllers/event-confirmation.js b/client/modules/crm/src/controllers/event-confirmation.js index c08b0f0649..d7e0bac0df 100644 --- a/client/modules/crm/src/controllers/event-confirmation.js +++ b/client/modules/crm/src/controllers/event-confirmation.js @@ -31,7 +31,7 @@ Espo.define('crm:controllers/event-confirmation', 'controller', function (Dep) { return Dep.extend({ confirmEvent: function (actionData) { - var viewName = this.getMetadata().get(['clientDefs', 'EventConfrmation', 'confirmationView']) || + var viewName = this.getMetadata().get(['clientDefs', 'EventConfirmation', 'confirmationView']) || 'crm:views/event-confirmation/confirmation'; this.entire(viewName, { actionData: actionData