Commit f6134298 authored by Gladys Forte's avatar Gladys Forte

comment

parent 44c11afd
...@@ -693,7 +693,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -693,7 +693,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
old_instance, old_instance,
new_instance new_instance
) )
# action
if action.lower() == 'approved': if action.lower() == 'approved':
# NOTIF MSG FOR REQUESTOR # NOTIF MSG FOR REQUESTOR
...@@ -824,7 +824,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -824,7 +824,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
) )
elif action.lower() == 'acknowledged': elif action.lower() == 'acknowledged':
# EMAIL CODE FOR REQUESTOR # EMAIL CODE FOR REQUESTOR
requestor_notification_msg = REQUESTOR_ACKNOWLEDGE_MESSAGE.split(';')[0] requestor_notification_msg = REQUESTOR_ACKNOWLEDGE_MESSAGE.split(';')[0]
......
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