Commit ef0d8edb authored by John Red Medrano's avatar John Red Medrano

set to action the query

parent a95c277c
......@@ -1112,7 +1112,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
instance = self.get_object()
history = models.ChangeRequestHistory.objects.filter(
Q(form_code=instance) &
Q(main_action='RESUBMIT') &
Q(main_action='ACTION') &
Q(entity='CR_FRM_APPROVER')
).values()
list_his = []
......
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