Commit a46277f8 authored by Gladys Forte's avatar Gladys Forte

form post requestred to temp id

parent a7b5a129
......@@ -1231,6 +1231,16 @@ class ChangeRequestFormPost(APIView):
reminder_trigger_save(frm_id, date_now,
date_now)
else:
template_no = serializer.data['template_no']
CR_Prefix = models.ChangeRequestTemplateHeader.objects.filter(
template_no=template_no
).values('requested_to_template_id')
print(CR_Prefix)
message = {
'code': 201,
'status': 'success',
......
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