Commit 042d8457 authored by Gladys Forte's avatar Gladys Forte

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

* commit '008ac0bd':
  accepted fix
parents 606b67fc 008ac0bd
......@@ -711,6 +711,7 @@ def cr_routing_actions(approver_instance, current_user):
remarks, level
)
date_now = datetime.now()
# update current approver details
update_form_approver(form_code, level, 'current', date_now)
......@@ -722,7 +723,7 @@ def cr_routing_actions(approver_instance, current_user):
date_now = datetime.now()
# update is_action for current level
update_form_approver(form_code, level, 'current', date_now)
reset_autoemail_tables(form_code)
return True
......
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