summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-22 15:26:51 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-22 15:26:51 +0700
commit560cd075b4a3957f9883d17b39e1dab0e88f098f (patch)
treec2a0ddb1c8d5862b79e6a2ab12891befca3d04ab
parentecc3621e449af1393836cf67ca34d91ed32eea5c (diff)
parentadb901e780bd0f1e9abfefc9f403e335c155115c (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
-rw-r--r--indoteknik_api/models/res_users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/models/res_users.py b/indoteknik_api/models/res_users.py
index 534898e1..2751ca7a 100644
--- a/indoteknik_api/models/res_users.py
+++ b/indoteknik_api/models/res_users.py
@@ -48,7 +48,7 @@ class ResUsers(models.Model):
'street': user.street or '',
'street2': user.street2 or '',
'city': None,
- 'state_id': None,
+ 'state_id': 0,
'district': None,
'sub_district': None,
'zip': user.zip or '',