diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-05-16 16:14:49 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-05-16 16:14:49 +0700 |
| commit | 5e9f405cf05b3ae56564c8febff1d43decf63c62 (patch) | |
| tree | 28c198fcd00774d22056e36ff3624abed6b28121 | |
| parent | 3b4e92f209c46cb1f8ade42d294548c14a6303d4 (diff) | |
| parent | 2ab715ecff3ec0a63e5924cc1b3a65741c40b99f (diff) | |
Merge branch 'release' into origin/feature/raja-ongkir
| -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 80de083d..69981e41 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -53,7 +53,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, + 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, } if user.kota_id: |
