mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 03:30:54 +00:00
Version bump (#5740)
* Updated all dependencies * fixed some spelling errors * More spelling corrections * Fixes for changes in react-query
This commit is contained in:
@ -35,7 +35,7 @@ class NotificationMethod:
|
||||
This checks that:
|
||||
- All needed functions are implemented
|
||||
- The method is not disabled via plugin
|
||||
- All needed contaxt values were provided
|
||||
- All needed context values were provided
|
||||
"""
|
||||
# Check if a sending fnc is defined
|
||||
if (not hasattr(self, 'send')) and (not hasattr(self, 'send_bulk')):
|
||||
|
Reference in New Issue
Block a user