diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue index 2830242..5be3760 100644 --- a/components/registro/CapturaDatos.vue +++ b/components/registro/CapturaDatos.vue @@ -159,7 +159,7 @@ export default { }, methods: { async inscribir() { - if (this.dropFiles.length > 0 && !this.folio) { + if (this.dropFiles.length > 0 || !this.folio) { if (!this.fechaTicket) { return this.imprimirError({ message: