Fix component column on InventoryItemTemplateTable
This commit is contained in:
parent
8e888b4435
commit
fe6acf07a5
|
|
@ -234,7 +234,6 @@ class InventoryItemTemplateTable(ComponentTemplateTable):
|
|||
linkify=True
|
||||
)
|
||||
component = tables.Column(
|
||||
accessor=Accessor('component'),
|
||||
orderable=False
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue