diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 11:48:15 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-02 11:48:15 +0700 |
| commit | 795af0a07c28d5d407070734ef94b4838d05f793 (patch) | |
| tree | 9ac058fa105777a946da851dd79aba5be5ac4f13 /indoteknik_api/models | |
| parent | 705f51eed8a817fe6ea3ef514402786d25f7c356 (diff) | |
<iman> update switch account
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 0a302be9..195d786f 100644 --- a/indoteknik_api/models/res_users.py +++ b/indoteknik_api/models/res_users.py @@ -55,6 +55,7 @@ class ResUsers(models.Model): 'industry_id': user.industry_id.id or '', 'tax_name': user.nama_wajib_pajak or '', 'npwp': user.npwp or '', + 'sppkp': user.sppkp or '', 'rajaongkir_city_id': user.kecamatan_id.rajaongkir_id or 0, 'alamat_wajib_pajak': user.alamat_lengkap_text or '', 'alamat_bisnis': user.street or '', |
