Commit 647466c1 authored by John Red Medrano's avatar John Red Medrano

remove update status acknowledge on routing tabke

parent 2f457838
......@@ -783,9 +783,9 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
remarks, level
)
models.ChangeRequestFormHeader.objects.filter(
form_code=form_code
).update(status='Acknowledged')
# models.ChangeRequestFormHeader.objects.filter(
# form_code=form_code
# ).update(status='Acknowledged')
elif action.lower() == 'accepted':
......
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