2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 20:32:12 +00:00

Display supplier part URL in table

This commit is contained in:
Oliver Walters
2019-05-12 12:20:15 +10:00
parent 1d36ea3e2e
commit d5dbc1b072
2 changed files with 13 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ class SupplierPartSerializer(serializers.ModelSerializer):
'SKU',
'manufacturer',
'MPN',
'URL',
]