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

Closes #157: Added manufacturer field to module model

This commit is contained in:
Jeremy Stretch
2016-08-10 10:24:47 -04:00
parent 8035538b74
commit a7dd2695a2
5 changed files with 31 additions and 2 deletions

View File

@@ -1273,4 +1273,4 @@ class ModuleForm(forms.ModelForm, BootstrapMixin):
class Meta:
model = Module
fields = ['name', 'part_id', 'serial']
fields = ['name', 'manufacturer', 'part_id', 'serial']