iptdevs-design-system 3.1.304 → 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,6 +4736,9 @@ 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.dataFromPreviusCodData.cod_renovation == true && this.editCod == false) {
|
|
4740
|
+
this.formTitle = 'Formulario para la renovacion del COD';
|
|
4741
|
+
}
|
|
4739
4742
|
}
|
|
4740
4743
|
}
|
|
4741
4744
|
ngOnDestroy() {
|