mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Added some pepper
This commit is contained in:
parent
e707eb3a2b
commit
3bac4fc9ee
@ -6,6 +6,7 @@ from .models import PartAttachment
|
|||||||
from .models import SupplierPart
|
from .models import SupplierPart
|
||||||
from .models import BomItem
|
from .models import BomItem
|
||||||
|
|
||||||
|
|
||||||
class PartAdmin(ImportExportModelAdmin):
|
class PartAdmin(ImportExportModelAdmin):
|
||||||
|
|
||||||
list_display = ('name', 'IPN', 'description', 'total_stock', 'category')
|
list_display = ('name', 'IPN', 'description', 'total_stock', 'category')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user