diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-27 09:32:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-27 09:32:43 +0700 |
| commit | 8ee5ff44316abc159efc7f93938f337af1e230ac (patch) | |
| tree | 2b56a06b99b84dbfeea8bec6e9ea26981f8bf7cc | |
| parent | 13fcbbabb0e74a394cbe295e29f3b7bac770aaef (diff) | |
<iman> update non pkp jadi nonpkp
| -rw-r--r-- | indoteknik_api/models/res_users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py index c8d896c2..170a8061 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -58,7 +58,7 @@ class ResUsers(models.Model): 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, 'alamat_wajib_pajak': user.alamat_lengkap_text or '', 'alamat_bisnis': user.street or '', - 'company_type': user.customer_type or 'Non PKP', + 'company_type': user.customer_type or 'nonpkp', } if user.kota_id: |
