mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
d1cce7df94
commit
4f1d087654
@ -125,6 +125,7 @@ class StockItemAdmin(ImportExportModelAdmin):
|
|||||||
'batch',
|
'batch',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class StockAttachmentAdmin(admin.ModelAdmin):
|
class StockAttachmentAdmin(admin.ModelAdmin):
|
||||||
|
|
||||||
list_display = ('stock_item', 'attachment', 'comment')
|
list_display = ('stock_item', 'attachment', 'comment')
|
||||||
|
Loading…
Reference in New Issue
Block a user