mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Added owner create method and fixed post_save receiver
This commit is contained in:
@ -39,6 +39,6 @@ class UsersConfig(AppConfig):
|
||||
|
||||
def update_owners(self):
|
||||
|
||||
from users.models import create_owners
|
||||
from users.models import create_owner
|
||||
|
||||
create_owners(full_update=True)
|
||||
create_owner(full_update=True)
|
||||
|
Reference in New Issue
Block a user