Commit 76c7433c authored by John Red Medrano's avatar John Red Medrano

Merge branch 'core-dev' into 'core-sit'

Core dev

See merge request rms/Backend/api-main-service!921
parents 22a6e2c0 ffe8340f
...@@ -254,7 +254,8 @@ def notification_create(form_code, message, account_no, ...@@ -254,7 +254,8 @@ def notification_create(form_code, message, account_no,
else: else:
rms_websocket( rms_websocket(
ROOM, ROOM,
'NEW NOTIFICATIONS' cms_notification,
{'message': 'NEW NOTIFICATIONS'}
) )
return True return True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment