Commit 3b21dbb3 authored by John Red Medrano's avatar John Red Medrano

fixing error on history

parent effae500
......@@ -1220,7 +1220,7 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
"delegation" : convert['delegation'],
"action" : convert['action'],
"remarks" : convert['remarks'],
"created": convert['created']
"created": convert['action_date']
}
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