Commit 856d5d26 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #642 in RMS/api-main-service from red-develop to product-dev

* commit 'bc45c495':
  fixing
parents 09112178 bc45c495
......@@ -604,7 +604,7 @@ def on_behalf(args):
action = args[1]
active_user = args[2]
recipient = args[39]
recipient = args[3]
admin = args[4]
F = open(os.path.join(settings.EMAIL_TEMPLATES_ROOT, 'RMS-ONBEHALF.html'), 'r')
......
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