cambio gris a green

This commit is contained in:
David Arranz 2022-09-15 13:17:56 +02:00
parent a4e8c70ebb
commit 608800823a

View File

@ -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;