Commit d290f06e authored by Gladys Forte's avatar Gladys Forte

fixed rejected action

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