mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Template tweaks
This commit is contained in:
@ -2094,7 +2094,6 @@ class Part(MPTTModel):
|
||||
return self.total_stock <= self.minimum_stock
|
||||
|
||||
|
||||
|
||||
@receiver(post_save, sender=Part, dispatch_uid='part_post_save_log')
|
||||
def after_save_part(sender, instance: Part, **kwargs):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user