This commit is contained in:
Oliver Walters 2020-09-30 07:56:44 +10:00
parent d1cce7df94
commit 4f1d087654
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ class StockItemAdmin(ImportExportModelAdmin):
'batch',
]
class StockAttachmentAdmin(admin.ModelAdmin):
list_display = ('stock_item', 'attachment', 'comment')