mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Rename Build.URL -> Build.link
This commit is contained in:
@ -30,7 +30,9 @@ class BuildSerializer(InvenTreeModelSerializer):
|
||||
'quantity',
|
||||
'status',
|
||||
'status_text',
|
||||
'notes']
|
||||
'notes',
|
||||
'link',
|
||||
]
|
||||
|
||||
read_only_fields = [
|
||||
'status',
|
||||
|
Reference in New Issue
Block a user