Merge pull request #6074 from rohitwaghchaure/minor_issue_change_log
[Fix] Change Log
This commit is contained in:
commit
5af49947cc
1 changed files with 3 additions and 0 deletions
|
|
@ -192,6 +192,9 @@ def show_update_popup():
|
|||
user = frappe.session.user
|
||||
|
||||
update_info = cache.get_value("update-info")
|
||||
if not update_info:
|
||||
return
|
||||
|
||||
updates = json.loads(update_info)
|
||||
|
||||
# Check if user is int the set of users to send update message to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue