summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/api_v1
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
-rw-r--r--indoteknik_api/controllers/api_v1/partner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/partner.py b/indoteknik_api/controllers/api_v1/partner.py
index 5a245a49..69ec8e69 100644
--- a/indoteknik_api/controllers/api_v1/partner.py
+++ b/indoteknik_api/controllers/api_v1/partner.py
@@ -426,7 +426,7 @@ class Partner(controller.Controller):
'res_id': pengajuan_tempo.id,
'mimetype': mimetype
})
- pengajuan_tempo.message_post(body="SPPKP Uploaded", attachment_ids=[sppkp_attachment.id])
+ pengajuan_tempo.message_post(body="Dokumen Prosedur", attachment_ids=[sppkp_attachment.id])
pengajuan_tempo.dokumen_prosedur = [(6, 0, [sppkp_attachment.id])]