diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-04 17:15:20 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-04 17:15:20 +0700 |
| commit | 4643df754b03eb3f8ae9567bc5b5327934b6cc83 (patch) | |
| tree | 5725139840da5ce148682848b7d0dd9cac4a7f20 /indoteknik_api/models | |
| parent | 066f8b9d9499be72cdbb4fb0a8d0e6ee766fdc4d (diff) | |
<iman> update new register
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/res_users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py index d5dff876..2c0a986b 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -55,6 +55,7 @@ class ResUsers(models.Model): 'tax_name': user.nama_wajib_pajak or '', 'npwp': user.npwp or '', 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, + 'alamat_wajib_pajak': user.alamat_lengkap_text or None, } if user.kota_id: |
