Commit 49dfa630 authored by Gladys Forte's avatar Gladys Forte

comment

parent c41be153
...@@ -701,7 +701,7 @@ def cancelled_user_trigger(form_code, ...@@ -701,7 +701,7 @@ def cancelled_user_trigger(form_code,
Q(username__in=received_history_approvers) | Q(username__in=received_history_approvers) |
Q(code__in=received_form_approvers) Q(code__in=received_form_approvers)
).exclude(username=requested_by_username) ).exclude(username=requested_by_username)
# comment
# LOOP on next approver for sending email # LOOP on next approver for sending email
for n_approver in received_history_approvers: for n_approver in received_history_approvers:
......
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