2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Remove 'simple-history'

- Might re-add it later on
This commit is contained in:
Oliver Walters
2019-04-18 21:28:09 +10:00
parent 88a7fa9656
commit 5d887f3785
5 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ class PartAdmin(ImportExportModelAdmin):
list_display = ('name', 'IPN', 'description', 'total_stock', 'category')
class PartCategoryAdmin(admin.ModelAdmin):
class PartCategoryAdmin(ImportExportModelAdmin):
list_display = ('name', 'pathstring', 'description')