0.8.392
This commit is contained in:
@@ -402,7 +402,9 @@ def support_show_chat_by_ticket_ajax(request):
|
||||
'ticket': ticket,
|
||||
'messages': msgs,
|
||||
'cur_receiver': cur_receiver,
|
||||
'new_msg_allow': new_msg_allow
|
||||
'new_msg_allow': new_msg_allow,
|
||||
'staff': request.user.is_staff,
|
||||
'mobile': data['mobile']
|
||||
}
|
||||
Dict.update(get_ticketsDict_for_staff(request.user))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user