2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-20 02:15:53 +00:00

Removed 'pending' tag

This commit is contained in:
Oliver Walters
2017-04-16 14:11:20 +10:00
parent a65f85df87
commit 883efd0945
2 changed files with 0 additions and 2 deletions

View File

@@ -41,5 +41,4 @@ class StockTrackingSerializer(serializers.HyperlinkedModelSerializer):
fields = ('url',
'item',
'quantity',
'pending',
'when')