Skip to content

Commit

Permalink
feat(itam): Add a notes field to software
Browse files Browse the repository at this point in the history
!21 #13
  • Loading branch information
jon-nfc committed Jun 11, 2024
1 parent 36c13e1 commit b5bc76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/itam/forms/software/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Meta:
'organization',
'is_global',
'category',
'model_notes',
]

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit b5bc76b

Please sign in to comment.