diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-04-26 14:30:06 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-04-26 14:30:06 +0700 |
| commit | aad3d92f97ad443c9288a5b51e618a112deb981e (patch) | |
| tree | 9d0fa4f663ee8ac508c54b203f58cadb6e42ef1e /indoteknik_api/models/res_users.py | |
| parent | edbe1a8e8571b8e6694e34929bdc29997b269332 (diff) | |
add rajaongkir id
Diffstat (limited to 'indoteknik_api/models/res_users.py')
| -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 5032f3af..84edb2b1 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -38,6 +38,7 @@ class ResUsers(models.Model): 'industry_id': user.industry_id.id or None, 'tax_name': user.nama_wajib_pajak or '', 'npwp': user.npwp or '', + 'rajaongkir_city_id': user.kota_id.rajaongkir_id or 0, } if user.kota_id: |
