diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-05-16 08:45:39 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-05-16 08:45:39 +0700 |
| commit | 5ed0f18e6cdac093a8450de6d836ff179f9e1cf9 (patch) | |
| tree | dffc02154014dd8ab0820a8b8e8d1c059ab5f9e5 | |
| parent | f120c760c6a837681ebed26d9eea33a8961cd1aa (diff) | |
no message
| -rw-r--r-- | indoteknik_api/controllers/api_v1/lead.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/indoteknik_api/controllers/api_v1/lead.py b/indoteknik_api/controllers/api_v1/lead.py index e81a2781..389f36b8 100644 --- a/indoteknik_api/controllers/api_v1/lead.py +++ b/indoteknik_api/controllers/api_v1/lead.py @@ -77,13 +77,13 @@ class Lead(controller.Controller): "custom_sertifikat_produk": [], # # dokumen - # - # "file_npwp": [], - # "file_sppkp": [], - # "file_dokumenKtpDirut ": [], - # "file_kartuNama": [], - # "file_suratPernyataan": [], - # "file_fotoKantor": [], + + "file_npwp": [], + "file_sppkp": [], + "file_dokumenKtpDirut ": [], + "file_kartuNama": [], + "file_suratPernyataan": [], + "file_fotoKantor": [], # "file_dataProduk": [], # "file_pricelist": [], }) |
