diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-31 13:58:41 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-31 13:58:41 +0700 |
| commit | c6483e28695653497b9576ab01877e6d71a4103f (patch) | |
| tree | 920b4084bd71ac244c113c2c89993d401de29401 /indoteknik_api/models | |
| parent | d8c12d085edbd81d974555780b16421c7b155f7f (diff) | |
| parent | 57f30e319a3f3c6c6c87418ffb12e44ac6846fe2 (diff) | |
Merge branch 'production' into iman/pengajuan-tempo
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/res_users.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py index 2751ca7a..230707cb 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -59,6 +59,9 @@ class ResUsers(models.Model): 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, 'alamat_wajib_pajak': user.alamat_lengkap_text or None, 'alamat_bisnis': user.street or None, + 'longtitude': user.longtitude or None, + 'latitude': user.latitude or None, + 'address_map': user.address_map or None, } if user.state_id: |
