2
0
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:
Oliver Walters
2021-05-11 17:41:17 +10:00
parent af53b341f0
commit 70ad0ba0de
5 changed files with 18 additions and 7 deletions

View File

@ -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):