.
This commit is contained in:
parent
1eb82086ed
commit
73f8ed5de7
@ -231,7 +231,10 @@ const extraControllers = {
|
||||
|
||||
if (inscription.reservation === null) {
|
||||
console.log('asigno green');
|
||||
inscription.reservation = { color: 'green' };
|
||||
inscription.reservation = {
|
||||
color: 'green',
|
||||
description: 'Entrada',
|
||||
};
|
||||
};
|
||||
|
||||
console.log(">>>>>>>voy a dar inscription", inscription);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user