Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r016cc83d64591243957b00c656d607b1fb0f1eb9 -r0b80b72dc375e46a710ebfa97c25e5fa4943b072 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 016cc83d64591243957b00c656d607b1fb0f1eb9) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 0b80b72dc375e46a710ebfa97c25e5fa4943b072) @@ -1209,6 +1209,10 @@ handleReceiveROPermeateSampleReadyToDispenseFromDG( message ); break; + case MSG_ID_UI_INSTITUTIONAL_RECORD_REQUEST: + sendInstitutionalRecordToUI( message ); + break; + // NOTE: this always must be the last case case MSG_ID_TESTER_LOGIN_REQUEST: handleTesterLogInRequest( message );