mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-24 11:30:19 +00:00
Bug fixes
- Part creation form was setting a field as HiddenInput() rather than its widget - Added 'comment' file to FileAttachment model
This commit is contained in:
@@ -19,7 +19,7 @@ class PartCategoryAdmin(ImportExportModelAdmin):
|
||||
|
||||
class PartAttachmentAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('part', 'attachment')
|
||||
list_display = ('part', 'attachment', 'comment')
|
||||
|
||||
|
||||
class BomItemAdmin(ImportExportModelAdmin):
|
||||
|
Reference in New Issue
Block a user