diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-19 09:57:39 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-19 09:57:39 +0700 |
| commit | c1d1b273e2eeb3c4713fe174846ec7687ec2026b (patch) | |
| tree | 5da911699313c89316ca1199c4312c2220384165 /indoteknik_api/controllers/api_v1/user.py | |
| parent | d299eca8138b07dcbddf540038b8deeb4fcc7c8a (diff) | |
<iman> update new register
Diffstat (limited to 'indoteknik_api/controllers/api_v1/user.py')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index 4bef2f03..4dfc837b 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -203,6 +203,7 @@ class User(controller.Controller): 'user_company_id': new_company.id, 'user_input': business_name }) + # tambahkan send email ke user untuk kasi notifikasi akun bisnis ini dalam review # user.partner_id.parent_id = new_company.id # user.partner_id.customer_type = new_company.customer_type # user.partner_id.npwp = new_company.npwp |
