Merge pull request #4347 from expsa/youkch_dev_odex25_ensan

IMP benefit
This commit is contained in:
kchyounes19 2025-08-27 14:10:32 +01:00 committed by GitHub
commit 4d670a569e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ResUsersInherit(models.Model):
# SMS payload
payload = {
"recipients": [self.phone],
"recipients": [phone],
"body": body,
"sender": company.sms_sender_name,
}