Commit dd1aaf29 authored by John Red Medrano's avatar John Red Medrano

fixing

parent 5b482c1b
......@@ -89,7 +89,7 @@ class CMSSettingsViewSet(viewsets.ModelViewSet):
code=str(data['behalf_user'])
)
args = [behalf_user.name, action, active_user, recipient.email, admin]
args = [recipient.name, action, active_user, recipient.email, admin]
main_threading(args, sender.on_behalf)
if serializer.is_valid(raise_exception=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