diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-27 17:24:26 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-27 17:24:26 +0700 |
| commit | 55e1e5dfc58b8b1d53dd34835cb000c656758656 (patch) | |
| tree | 3b69dc951d76553a161da0269e2d06dee6797436 /indoteknik_api/models/res_users.py | |
| parent | 8ee5ff44316abc159efc7f93938f337af1e230ac (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.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 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: |
