Commit 10fe9223 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #470 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit 'd290f06e':
  fixed rejected action
parents b25237d9 d290f06e
......@@ -562,7 +562,7 @@ def cr_routing_actions(approver_instance, current_user):
elif approver_instance['action'].lower() == 'rejected':
# send email to vendor
if delegation.lower() == 'requestor':
if delegation.name.lower() == 'requestor':
notification_msg = VENDOR_REJECT_MESSAGE.split(';')[0]
# send reject email to vendor
......
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