summaryrefslogtreecommitdiff
path: root/indoteknik_api/controllers/api_v1
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-25 15:50:41 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-25 15:50:41 +0700
commit56f2deda9cdf2a51d5a53aade7758a0ac9313e05 (patch)
tree0c9d558c36130b05c032b6638093de992f58bca2 /indoteknik_api/controllers/api_v1
parentb8ff264742f9415ceb4d919948b40800700fd9bd (diff)
<iman> update send email template
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
-rw-r--r--indoteknik_api/controllers/api_v1/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py
index b293c6b5..56b89b27 100644
--- a/indoteknik_api/controllers/api_v1/user.py
+++ b/indoteknik_api/controllers/api_v1/user.py
@@ -639,7 +639,7 @@ class User(controller.Controller):
if user.parent_id:
request_company.send_company_switch_approve_mail()
else:
- request_company.send_company_request_mail()
+ request_company.send_company_request_mail_switch()
response['switch'] = 'Pending'
return self.response(response)