summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sourcing_job_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-03-12 06:43:09 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-03-12 06:43:09 +0000
commit16c09a6fbaae6ab105e952ad8f60ac46bab24665 (patch)
tree6672fce4a3466e36e1d82286484b11f2758db5f8 /indoteknik_custom/models/sourcing_job_order.py
parentb91d6d680dbb1c34c23ba6f3818db27dc4c335df (diff)
parent4dbf80591699b3f438966efbd3be9440b122ba8c (diff)
Merged in CR/Sourcing-Job (pull request #500)
<hafid> fix notif sourcing
Diffstat (limited to 'indoteknik_custom/models/sourcing_job_order.py')
-rw-r--r--indoteknik_custom/models/sourcing_job_order.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/sourcing_job_order.py b/indoteknik_custom/models/sourcing_job_order.py
index 523064f9..b1106dcf 100644
--- a/indoteknik_custom/models/sourcing_job_order.py
+++ b/indoteknik_custom/models/sourcing_job_order.py
@@ -649,8 +649,8 @@ class SourcingJobOrderLine(models.Model):
def action_ask_approval(self):
bot_sjo = '8335015210:AAGbObP0jQf7ptyqJhYdBYn5Rm0CWOd_yIM'
- chat_sjo = self.show_salesperson.partner_id.chat_id_telegram or False
- # chat_sjo = '6076436058'
+ # chat_sjo = self.show_salesperson.partner_id.chat_id_telegram or False
+ chat_sjo = '6076436058'
api_base = f'https://api.telegram.org/bot{bot_sjo}/sendMessage'
for line in self: