2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Template tweaks

This commit is contained in:
Oliver
2021-11-04 00:44:16 +11:00
parent ee7c3ae066
commit 5542532223
3 changed files with 8 additions and 4 deletions

View File

@ -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):
"""