fix(queue): add status in current queues
This commit is contained in:
@ -168,7 +168,8 @@ export class QueueMonitoringController {
|
|||||||
room: room.room || room.name || room.roomName,
|
room: room.room || room.name || room.roomName,
|
||||||
code: room.code,
|
code: room.code,
|
||||||
qeue_number: latestOnGoing.qeue_number,
|
qeue_number: latestOnGoing.qeue_number,
|
||||||
fullname_patient: latestOnGoing.fullname_patient
|
fullname_patient: latestOnGoing.fullname_patient,
|
||||||
|
status: latestOnGoing.registration_status,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user