mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
spell fixing
This commit is contained in:
parent
7ed18c1bfd
commit
4e29fed164
@ -26,7 +26,7 @@ class NotificationMethod:
|
||||
# define arguments
|
||||
self.obj = obj
|
||||
self.entry_name = entry_name
|
||||
self.receiers = receivers
|
||||
self.receivers = receivers
|
||||
|
||||
# gather recipients
|
||||
self.recipients = self.get_recipients()
|
||||
@ -55,7 +55,7 @@ class EmailNotification(BulkNotificationMethod):
|
||||
|
||||
def get_recipients(self):
|
||||
return EmailAddress.objects.filter(
|
||||
user__in=self.receiers,
|
||||
user__in=self.receivers,
|
||||
)
|
||||
|
||||
def send_bulk(self, context):
|
||||
|
Loading…
Reference in New Issue
Block a user