iptdevs-design-system 3.1.58 → 3.1.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4173,7 +4173,7 @@ class CodFormComponent {
4173
4173
  this.commercialService = commercialService;
4174
4174
  this.okCreatedCOD = new EventEmitter();
4175
4175
  this.allowedRoles = [
4176
- 30, 31, 32, 40, 41, 42,
4176
+ 30, 31, 32, 40, 41, 42, 50, 51, 52
4177
4177
  ];
4178
4178
  this.currentStep = 0;
4179
4179
  this.formTitle = 'Formulario para creación del COD';