Commit e7ba0075 authored by Gladys Forte's avatar Gladys Forte

cancelled fix

parent bd7e796b
...@@ -719,6 +719,7 @@ def cr_routing_actions(approver_instance, current_user): ...@@ -719,6 +719,7 @@ def cr_routing_actions(approver_instance, current_user):
# changed form status to cancelled # changed form status to cancelled
update_form_header_status(form_code, 'Cancelled') update_form_header_status(form_code, 'Cancelled')
date_now = datetime.now()
# update is_action for current level # update is_action for current level
update_form_approver(form_code, level, 'current', date_now) update_form_approver(form_code, level, 'current', date_now)
......
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