2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-06 05:30:56 +00:00

Only run check stock function when updating an existing part

This commit is contained in:
Oliver
2021-11-04 14:32:42 +11:00
parent 99b324d1ef
commit 01191d84c5
3 changed files with 6 additions and 7 deletions

View File

@ -8,8 +8,6 @@ import decimal
import os
from datetime import datetime
from django import dispatch
from django.contrib.auth.models import User
from django.core.exceptions import ValidationError