cambio gris a green
This commit is contained in:
parent
a4e8c70ebb
commit
608800823a
@ -42,7 +42,7 @@ function _generateMarketingDTO(dataInscription) {
|
|||||||
inscriptionDTO.validated = inscription.validated;
|
inscriptionDTO.validated = inscription.validated;
|
||||||
|
|
||||||
inscriptionDTO.reservation_code = reservation ? reservation.reservation_code : null;
|
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.description = (reservation ? reservation.description : "Entrada").toUpperCase();
|
||||||
inscriptionDTO.qrConfig = null;
|
inscriptionDTO.qrConfig = null;
|
||||||
inscriptionDTO.qrCode = null;
|
inscriptionDTO.qrCode = null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user