summaryrefslogtreecommitdiff
path: root/indoteknik_api/models/res_users.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-27 17:24:26 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-27 17:24:26 +0700
commit55e1e5dfc58b8b1d53dd34835cb000c656758656 (patch)
tree3b69dc951d76553a161da0269e2d06dee6797436 /indoteknik_api/models/res_users.py
parent8ee5ff44316abc159efc7f93938f337af1e230ac (diff)
<iman> add api untuk lihat sppkp atau npwp
Diffstat (limited to 'indoteknik_api/models/res_users.py')
-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 170a8061..0a302be9 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 'nonpkp',
+ 'companyType': user.customer_type or 'nonpkp',
}
if user.kota_id: