mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +00:00
Allow sorting by BOM notes
This commit is contained in:
parent
d96989f640
commit
6a04e8b059
@ -120,7 +120,7 @@ function loadBomTable(table, options) {
|
|||||||
field: 'note',
|
field: 'note',
|
||||||
title: 'Notes',
|
title: 'Notes',
|
||||||
searchable: true,
|
searchable: true,
|
||||||
sortable: false,
|
sortable: true,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user