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

Merge pull request #366 in RMS/api-main-service from red-develop to RMSv2

* commit '3b21dbb3':
  fixing error on history
parents ad27b6bd 3b21dbb3
...@@ -1220,7 +1220,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet): ...@@ -1220,7 +1220,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
"delegation" : convert['delegation'], "delegation" : convert['delegation'],
"action" : convert['action'], "action" : convert['action'],
"remarks" : convert['remarks'], "remarks" : convert['remarks'],
"created": convert['created'] "created": convert['action_date']
} }
list_his.append(history_dict) list_his.append(history_dict)
......
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