mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-09 07:00:56 +00:00
Improve reporting in stock history API
This commit is contained in:
@ -130,7 +130,7 @@ class StockAttachmentAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
class StockTrackingAdmin(ImportExportModelAdmin):
|
||||
list_display = ('item', 'date', 'title')
|
||||
list_display = ('item', 'date', 'label')
|
||||
|
||||
|
||||
class StockItemTestResultAdmin(admin.ModelAdmin):
|
||||
|
Reference in New Issue
Block a user