diff --git a/modules/events/marketing_list.service.js b/modules/events/marketing_list.service.js index 214f815..7867240 100644 --- a/modules/events/marketing_list.service.js +++ b/modules/events/marketing_list.service.js @@ -42,7 +42,7 @@ function _generateMarketingDTO(dataInscription) { inscriptionDTO.validated = inscription.validated; inscriptionDTO.reservation_code = reservation ? reservation.reservation_code : null; - inscriptionDTO.color = reservation ? reservation.color : null; + inscriptionDTO.color = reservation ? reservation.color : 'green'; inscriptionDTO.description = (reservation ? reservation.description : "Entrada").toUpperCase(); inscriptionDTO.qrConfig = null; inscriptionDTO.qrCode = null;