2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Removed "SHIPPED" stock status code

This commit is contained in:
Oliver Walters
2020-08-08 09:16:53 +10:00
parent 54c1f2d9a2
commit 861a2982db
3 changed files with 1 additions and 13 deletions

View File

@ -21,7 +21,7 @@ from markdownx.models import MarkdownxField
from mptt.models import MPTTModel, TreeForeignKey
from InvenTree.status_codes import BuildStatus, StockStatus
from InvenTree.status_codes import BuildStatus
from InvenTree.fields import InvenTreeURLField
from InvenTree.helpers import decimal2string