iptdevs-design-system 3.1.305 → 3.1.306
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.
|
@@ -4736,7 +4736,7 @@ class CodFormComponent {
|
|
|
4736
4736
|
else if (this.editCod == false) {
|
|
4737
4737
|
this.formTitle = 'Formulario para creación del COD';
|
|
4738
4738
|
}
|
|
4739
|
-
else if (this.
|
|
4739
|
+
else if (this.dataFromPreviusCodData.cod_renovation == true && this.editCod == false) {
|
|
4740
4740
|
this.formTitle = 'Formulario para la renovacion del COD';
|
|
4741
4741
|
}
|
|
4742
4742
|
}
|