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

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

* commit 'effae500':
  added created on history endpoint
parents 2932f14e effae500
......@@ -1219,7 +1219,8 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
"date_sent" : convert['date_sent'],
"delegation" : convert['delegation'],
"action" : convert['action'],
"remarks" : convert['remarks']
"remarks" : convert['remarks'],
"created": convert['created']
}
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