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:
@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user