iptdevs-design-system 3.1.262 → 3.1.263

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.
@@ -4677,6 +4677,13 @@ class CodFormComponent {
4677
4677
  ngOnChanges(changes) {
4678
4678
  if (changes['editCod']) {
4679
4679
  if (this.editCod) {
4680
+ if (!this.dataFromPreviusCodData.edit_course_payment) {
4681
+ Swal.fire({
4682
+ title: 'Querido asesor',
4683
+ text: 'Solo puede editar Datos del estudiante',
4684
+ icon: 'warning'
4685
+ });
4686
+ }
4680
4687
  this.formTitle = 'Formulario para verificar y editar información del COD actual';
4681
4688
  }
4682
4689
  else if (this.editCod == false) {