summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-27 09:32:43 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-27 09:32:43 +0700
commit8ee5ff44316abc159efc7f93938f337af1e230ac (patch)
tree2b56a06b99b84dbfeea8bec6e9ea26981f8bf7cc
parent13fcbbabb0e74a394cbe295e29f3b7bac770aaef (diff)
<iman> update non pkp jadi nonpkp
-rw-r--r--indoteknik_api/models/res_users.py2
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: