diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-10 09:50:55 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-10 09:50:55 +0700 |
| commit | 92b1ec69af1fb5b062307c7c7a00c3e0fb0e9e01 (patch) | |
| tree | 76a0f2a096f62f8150c4443bfe4c9574db9872d2 /indoteknik_api/controllers/api_v1/partner.py | |
| parent | f8d121e96cf92222b61d41b9299e78c18165eef3 (diff) | |
<iman> fix pengajuan tempo
Diffstat (limited to 'indoteknik_api/controllers/api_v1/partner.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/partner.py | 2 |
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])] |
