From ee31ac978f292767093b55ad311c6820ce403755 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 12 May 2026 18:08:30 -0500 Subject: [PATCH] up --- pkg/models/plantilla_correo.go | 2 +- resources/views/renovaciones/plantillas.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/models/plantilla_correo.go b/pkg/models/plantilla_correo.go index eb5ec2e..63fb4fa 100644 --- a/pkg/models/plantilla_correo.go +++ b/pkg/models/plantilla_correo.go @@ -10,7 +10,7 @@ type PlantillaCorreo struct { Nombre string `json:"nombre" gorm:"column:nombre"` Asunto string `json:"asunto" gorm:"column:asunto"` CuerpoHTML string `json:"cuerpo_html" gorm:"column:cuerpo_html;type:text"` - Tipo string `json:"tipo" gorm:"column:tipo;default:'renovacion'"` // renovacion | vencimiento | pago | personalizado + Tipo string `json:"tipo" gorm:"column:tipo;default:'renovacion'"` // bienvenida | renovacion | vencimiento | pago | personalizado } func (PlantillaCorreo) TableName() string { return "plantillas_correo" } diff --git a/resources/views/renovaciones/plantillas.html b/resources/views/renovaciones/plantillas.html index 7024b43..92303fe 100644 --- a/resources/views/renovaciones/plantillas.html +++ b/resources/views/renovaciones/plantillas.html @@ -96,6 +96,7 @@