diff --git a/client/modules/crm/src/views/lead/convert.js b/client/modules/crm/src/views/lead/convert.js index 69e695b0b9..337ea21030 100644 --- a/client/modules/crm/src/views/lead/convert.js +++ b/client/modules/crm/src/views/lead/convert.js @@ -81,6 +81,7 @@ Espo.define('crm:views/lead/convert', 'view', function (Dep) { if (scope == 'Account' && this.getConfig().get('b2cMode')) { return; } + if (this.getMetadata().get(['scopes', scope, 'disabled'])) return; if (this.getAcl().check(scope, 'edit')) { scopeList.push(scope); }