2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-12 14:50:54 +00:00

Rename some fields

- Oops didn't think that through, gotta go through and fix the data now...
This commit is contained in:
Oliver Walters
2019-06-02 19:46:30 +10:00
parent fd2e2a71f9
commit ba26acd487
14 changed files with 97 additions and 21 deletions

View File

@@ -94,8 +94,8 @@ class PartSerializer(serializers.ModelSerializer):
# 'available_stock',
'units',
'trackable',
'buildable',
'consumable',
'assembly',
'component',
'trackable',
'salable',
'active',