1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #1121: Added asset_tag and description fields to inventory items

This commit is contained in:
Jeremy Stretch
2017-06-23 17:05:37 -04:00
parent 229e6809d8
commit 5940feb64b
7 changed files with 50 additions and 7 deletions

View File

@@ -1765,4 +1765,4 @@ class InventoryItemForm(BootstrapMixin, forms.ModelForm):
class Meta:
model = InventoryItem
fields = ['name', 'manufacturer', 'part_id', 'serial']
fields = ['name', 'manufacturer', 'part_id', 'serial', 'asset_tag', 'description']