Commit 6904e3b2 authored by Gladys Forte's avatar Gladys Forte

updates

parent eb36fc53
...@@ -719,8 +719,8 @@ class ChangeRequestFormsViewset(meviewsets.ModelViewSet): ...@@ -719,8 +719,8 @@ class ChangeRequestFormsViewset(meviewsets.ModelViewSet):
batchno = get_max_batchno("batch") batchno = get_max_batchno("batch")
# generate requested_to_template_id # generate requested_to_template_id
generate_template_id(CR_Prefix, form_code, template_no) # generate_template_id(CR_Prefix, form_code, template_no)
data_update = { data_update = {
"status": 'Pendsing', "status": 'Pendsing',
"created": datetime.now(), "created": datetime.now(),
......
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